MyDHT compatible simple poll in user space.
To be use to replace mio for synch transport or asynch transport where mio usage is not possible (wasm). -> edge poll and no threads -> can be seen as a glue code for specific single threaded case
Use cargo tool to build and test.
WIP, mainly for test purpose and experimentation with webassembly/webrtc (no perf focus)