alexeilebedev / openacr

open-source version of acr & amc
GNU General Public License v3.0
34 stars 17 forks source link

async #11

Open unicomp21 opened 5 years ago

unicomp21 commented 5 years ago

Would use of co_await simplify things?

unicomp21 commented 5 years ago

And possibly open up some opportunities? Do we need something like avro or protobuf, driven by the existing schema, for multilanguage integration?

alexeilebedev commented 2 years ago

I think it would be useful to integrate protocol buffers support.

alexeilebedev commented 1 year ago

co_await will not simplify things since FIohook already implements asynchronous I/O through the use of edge-triggered epoll and steps.

unicomp21 commented 1 year ago

I'm not familiar w/ flohook, is it callback based? Or allow one to write code similar to golang w/ goroutines and channels? ie like erlang?