Expand description
Runs !Send
futures on the current thread.
Structsยง
- Context ๐State available from the thread-local.
- Local
Data ๐ - Local
Data ๐Enter Guard A guard forLocalData::enter()
- Context guard for
LocalSet
- A set of tasks which are executed on the same thread.
- Local
State ๐Tracks theLocalSet
state that must only be accessed from the thread that created theLocalSet
. - RunUntil ๐
- Shared ๐
LocalSet
state shared between threads.
Constantsยง
- CURRENT ๐
- INITIA
L_ ๐CAPACITY Initial queue capacity. - MAX_
TASK ๐S_ PER_ TICK Max number of tasks to poll per tick. - How often it check the remote queue first.
Functionsยง
- spawn_
local_ ๐inner