macro_rules! recv_data {
($recv:expr) => { ... };
}Expand description
Waits for data from the DropWorker and returns the data.
If the DropWorker gets dropped then this will call return.
macro_rules! recv_data {
($recv:expr) => { ... };
}Waits for data from the DropWorker and returns the data.
If the DropWorker gets dropped then this will call return.