reactor
reactor copied to clipboard
Evented polling + network utilities to make life easier
I am author of [new reactor crate](https://github.com/Cyphernet-WG/rust-netservices/tree/master/poll-reactor/src), which is tokio-independent and allows polling multiple resources in a single thread in a concurrent way (i.e. much more lightweight than tokio). The...
I have an ipv6 address, so that when I try to run `cargo run` that localhost will get the nth(0) result of `"localhost:10000".to_socket_addrs().unwrap()` as V6[::10000]. so, when connect to 127.0.0.1:10000...
If so how to differentiate which token is the event for? Let's say I have simple modifier that reads data from one stream, modifies it, and pushes it down to...