boost::capy::strand::running_in_this_thread

Determine whether the strand is running in the current thread.

Synopsis

Declared in <boost/capy/ex/strand.hpp>

bool
running_in_this_thread() const noexcept;

Return Value

true if the current thread is executing a coroutine within this strand's dispatch loop.

Created with MrDocs