pub fn worker_recv(handle: u32) -> Option<Vec<u8>>
Poll for one message a worker sent back via worker_post.
worker_post
Returns the message bytes, or None if the worker’s outbox is empty.
None