StructsΒ§
- Offset
Helper π - 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.