Module raw

Source

StructsΒ§

OffsetHelper πŸ”’
Calling get_trailer_offset directly in vtable doesn’t work because it prevents the vtable from being promoted to a static reference.
RawTask πŸ”’
Raw task handle
Vtable πŸ”’

FunctionsΒ§

dealloc πŸ”’ ⚠
drop_abort_handle πŸ”’ ⚠
drop_join_handle_slow πŸ”’ ⚠
get_core_offset πŸ”’
Compute the offset of the Core<T, S> field in Cell<T, S> using the #[repr(C)] algorithm.
get_id_offset πŸ”’
Compute the offset of the Id field in Cell<T, S> using the #[repr(C)] algorithm.
get_trailer_offset πŸ”’
Compute the offset of the Trailer field in Cell<T, S> using the #[repr(C)] algorithm.
poll πŸ”’ ⚠
schedule πŸ”’ ⚠
shutdown πŸ”’ ⚠
try_read_output πŸ”’ ⚠
vtable πŸ”’
Get the vtable for the requested T and S generics.