Structs§
- Offset
Helper πCallingget_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 theCore<T, S>
field inCell<T, S>
using the#[repr(C)]
algorithm. - get_
id_ πoffset Compute the offset of theId
field inCell<T, S>
using the#[repr(C)]
algorithm. - get_
trailer_ πoffset Compute the offset of theTrailer
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.