veloren/network/src
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
..
api.rs Cleanup: 2020-06-09 01:22:58 +02:00
channel.rs Cleanup: 2020-06-09 01:22:58 +02:00
controller.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
lib.rs Cleanup: 2020-06-09 01:22:58 +02:00
message.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
metrics.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
mio_worker.rs Continue backend for networking and fill gaps, including: 2020-06-09 01:22:38 +02:00
mpsc.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
tcp_channel.rs Continue backend for networking and fill gaps, including: 2020-06-09 01:22:38 +02:00
tcp.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
types.rs Cleanup: 2020-06-09 01:22:58 +02:00
udp.rs remove worker folder - flatten file structure 2020-06-09 01:22:55 +02:00
worker.rs Cleanup: 2020-06-09 01:22:58 +02:00