veloren/network
Marcel Märtens 35233d07f9 Cleanup:
- We can now get rid of most sleep and get true remote part and stream working, however there seems to be a deadlock after registered new handle trace with 10% spawn chance
 - removal of the events trait, as we use channels
 - streams now directly communicate with each other for performance reasons, somewhere are still deadlocks, oonce directly at listening somehow and after the first message has read, but i also got it to run perfectly through at this state without code change, maybe a sleep or more detailed rust-dgb session would help here!
2020-06-09 01:22:58 +02:00
..
examples initial implementation of a network api 2020-06-09 01:22:32 +02:00
src Cleanup: 2020-06-09 01:22:58 +02:00
tools/tcp-loadtest first implementation of connect and tcp using a mio worker protocol and: 2020-06-09 01:22:35 +02:00
Cargo.toml Differ Metrics to make it easier to implement your own metric coding! 2020-06-09 01:22:48 +02:00