fn push_descriptor(rd: RawDescriptor) -> Result<usize, &'static str>
Expand description

Pushes a descriptor on the thread local destination of descriptors, returning the index in which the descriptor was pushed. Returns Err if the thread local destination was not already initialized.