Structs

  • An RAII guard used to mark the current thread as no longer being within the scope of an executor when dropped.
  • An error that occurs when attempting to run an executor within the scope of another executor on the same thread.

Functions

  • Runs the given future to completion on the current thread.
  • Marks the current thread as being within the scope of an executor.