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 inCell<T, S>
using the#[repr(C)]
algorithm. - get_id_offset πCompute the offset of the
Id
field inCell<T, S>
using the#[repr(C)]
algorithm. - get_trailer_offset πCompute the offset of the
Trailer
field inCell<T, S>
using the#[repr(C)]
algorithm. - poll π β
- schedule π β
- shutdown π β
- try_read_output π β
- vtable πGet the vtable for the requested
T
andS
generics.