|
|
|
|
|
by lordnacho
699 days ago
|
|
Suppose I have trading system built on Tokio. How would I go about using this instead? What parts need replacing? Actually looking at the code a bit, it seems like you could replace the select statements with the various handlers, and hook up some threads to them. It would indeed cook your CPU but that's ok for certain use cases. |
|