changes compared to the source:
- instead of tracking what stream has had it's event handled already in a-epoll, I proceed with the de-registration of the stream as a tracked source : PacktPublishing/Asynchronous-Programming-in-Rust#4
- PacktPublishing/Asynchronous-Programming-in-Rust#45