Expand description
Runs !Send
futures on the current thread.
Structsยง
- Context ๐State available from the thread-local.
- LocalData ๐
- LocalDataEnterGuard ๐A guard for
LocalData::enter()
- Context guard for
LocalSet
- A set of tasks which are executed on the same thread.
- LocalState ๐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_CAPACITY ๐Initial queue capacity.
- MAX_TASKS_PER_TICK ๐Max number of tasks to poll per tick.
- How often it check the remote queue first.
Functionsยง
- spawn_local_inner ๐