Closed levilovearch closed 1 year ago
Hi there,
Thanks for creating this nice repo. I suggest I catch a tiny bug in mio_source.rs: the type of send_mio_socket in struct PollEventSender should be Arc<Mutex<...>>.
mio_source.rs
send_mio_socket
PollEventSender
Arc<Mutex<...>>
Best, Levi
Hi there,
Thanks for creating this nice repo. I suggest I catch a tiny bug in
mio_source.rs
: the type ofsend_mio_socket
in structPollEventSender
should beArc<Mutex<...>>
.Best, Levi