On Thursday, 31 December 2015 at 02:37:07 UTC, sanjayss wrote:
OK; one way I realized was to put the network socket select in one thread and the watching for keypress in another thread and then use the concurrency primitives to message pass events to the main thread -- may be a little expensive, but it probably will achieve the effect I desire.

Here is my implementation of this idea:

https://github.com/CyberShadow/ae/blob/master/net/sync.d

Reply via email to