mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
5b9620df7a
Implements fast scheduling of deferred op futures. ```rs #[op(fast)] async fn op_read( state: Rc<RefCell<OpState>>, rid: ResourceId, buf: &mut [u8], ) -> Result<u32, Error> { // ... } ``` The future is scheduled via a fast API call and polled by the event loop after being woken up by its waker. |
||
---|---|---|
.. | ||
compile_fail | ||
01_fast_callback_options.rs | ||
mod.rs |