n0-computer / quic-rpc

A streaming rpc system based on quic
Other
89 stars 12 forks source link

Allow using quic-rpc from sync code #78

Open rklaehn opened 3 months ago

rklaehn commented 3 months ago

This could be done by having - on the send and recv side, a way to obtain a flume sink or stream. For some channels, like the flume channel, this is a noop.

Flume works equally well from sync and async code.