1
0
mirror of https://github.com/actix/examples synced 2025-06-27 09:29:02 +02:00

improve actorless echo example

This commit is contained in:
Rob Ede
2022-07-12 01:08:15 +01:00
parent f3ff729a69
commit b8a1449605
7 changed files with 104 additions and 99 deletions

View File

@ -9,7 +9,7 @@ use std::{
};
use rand::{thread_rng, Rng as _};
use tokio::sync::{mpsc, oneshot};
use tokio::sync::mpsc;
use crate::{Command, ConnId, Msg, RoomId};