tokio
1.44.1
In tokio::
task::
local
Structs
Context
LocalData
LocalDataEnterGuard
LocalEnterGuard
LocalSet
LocalState
RunUntil
Shared
Constants
CURRENT
INITIAL_CAPACITY
MAX_TASKS_PER_TICK
REMOTE_FIRST_INTERVAL
Functions
spawn_local
spawn_local_inner
tokio
::
task
::
local
Constant
MAX_TASKS_PER_TICK
Copy item path
Settings
Help
Summary
Source
const MAX_TASKS_PER_TICK:
usize
= 61;
Expand description
Max number of tasks to poll per tick.