mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::ctx: Minor move misplaced comment. [ci skip]
ircd:Ⓜ️:acquire: Remove stale comment. [ci skip]
This commit is contained in:
parent
ce9cac3d9f
commit
e91c845de5
2 changed files with 2 additions and 5 deletions
|
@ -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));
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue