handle_tasks

Function handle_tasks 

Source
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