dragonfly
dragonfly copied to clipboard
JournalStreamer::WriterFb can rewritten without fiber creation
JournalStreamer::WriterFb is a fiber that exists only because it uses a synchronous socket API but the socket also implements AsyncSink API so it is possible to get rid of this fiber