tokio
1.44.1
In tokio::
runtime::
scheduler::
multi_
thread::
queue
Structs
Inner
Local
Steal
Constants
LOCAL_QUEUE_CAPACITY
MASK
Functions
local
make_fixed_size
pack
unpack
Type Aliases
AtomicUnsignedLong
AtomicUnsignedShort
UnsignedLong
UnsignedShort
tokio
::
runtime
::
scheduler
::
multi_thread
::
queue
Function
make_fixed_size
Copy item path
Settings
Help
Summary
Source
fn make_fixed_size<T>(buffer:
Box
<
[T]
>) ->
Box
<
[T; 256]
>