Expand description
Runs !Send
futures on the current thread.
Structs§
- Context 🔒State available from the thread-local.
- A guard for
LocalData::enter()
- Context guard for
LocalSet
- A set of tasks which are executed on the same thread.
- Tracks the
LocalSet
state that must only be accessed from the thread that created theLocalSet
. - RunUntil 🔒
- Shared 🔒
LocalSet
state shared between threads.
Constants§
- CURRENT 🔒
- Initial queue capacity.
- Max number of tasks to poll per tick.
- How often it check the remote queue first.