Skip to main content

worker_recv

Function worker_recv 

Source
pub fn worker_recv(handle: u32) -> Option<Vec<u8>>
Expand description

Poll for one message a worker sent back via worker_post.

Returns the message bytes, or None if the worker’s outbox is empty.