in reply to Re^2: Mixing asynchronous data feed with synchronous program flow control (in Raku)
in thread Mixing asynchronous data feed with synchronous program flow control
Have you considered POE? (Learning POE is on my to-do list.)
Or if other languages are an option and this needs to scale out to a large number of connections, have you considered Erlang/OTP? (Which, as I currently understand, effectively hides a multi-threaded event loop in the language runtime, but more-or-less forces you into a message-passing functional programming paradigm as a result. I have heard good things about it but have not yet used it for a non-trivial program myself.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Mixing asynchronous data feed with synchronous program flow control (in Raku)
by Your Mother (Archbishop) on Jan 04, 2020 at 02:58 UTC |