0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

ircd::ctx: Minor move misplaced comment. [ci skip]

ircd:Ⓜ️:acquire: Remove stale comment. [ci skip]
This commit is contained in:
Jason Volk 2020-12-12 16:13:19 -08:00
parent ce9cac3d9f
commit e91c845de5
2 changed files with 2 additions and 5 deletions

View file

@ -108,10 +108,11 @@ ircd::ctx::continuation::continuation(const predicate &pred,
ircd::ctx::current
}
{
leave();
// Run the provided routine which performs the actual context switch.
// Everything happening in this closure is no longer considered part
// of this context, but it is technically operating on this stack.
leave();
std::exception_ptr eptr; try
{
closure(static_cast<yield_context &>(*this));

View file

@ -26,10 +26,6 @@ ircd::util::instance_list<ircd::m::acquire>::list
allocator
};
//
// execute::execute
//
ircd::m::acquire::acquire::acquire(const struct opts &opts)
:opts{opts}
,head_vmopts{opts.vmopts}