pub fn handle_tasks<H>(
room_id: u64,
tasks: Vec<Box<dyn Task<H = H>>>,
handler: Arc<Mutex<H>>,
sender: UnboundedSender<TaskMessage<H>>,
)where
H: Handler,
Expand description
Export useful types Handle and listening tasks
pub fn handle_tasks<H>(
room_id: u64,
tasks: Vec<Box<dyn Task<H = H>>>,
handler: Arc<Mutex<H>>,
sender: UnboundedSender<TaskMessage<H>>,
)where
H: Handler,
Export useful types Handle and listening tasks