Is there any way for non-blocking IO with phobos?

Kagamin spam at here.lot
Wed Nov 14 08:49:56 UTC 2018


On Tuesday, 13 November 2018 at 13:52:57 UTC, Sobaya wrote:
> But I don't know how many lines are sent from the server for an 
> input, so readln function blocks.

Read lines in another thread and send them to the main thread 
with std.concurrency.


More information about the Digitalmars-d-learn mailing list