Open github-actions[bot] opened 1 year ago
https://api.github.com/getcollective-ai/collective/blob/990112876c05dca093a57bda28a2c950afa935a6/code/executor/src/lib.rs#L93
}); } /// # Panics /// TODO: remove #[must_use] pub fn launch_websocket(args: Args) -> UnboundedReceiver<Event> { let (tx, mut rx) = tokio::sync::mpsc::unbounded_channel(); tokio::spawn(async move {
https://api.github.com/getcollective-ai/collective/blob/990112876c05dca093a57bda28a2c950afa935a6/code/executor/src/lib.rs#L93