dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

JournalStreamer::WriterFb can rewritten without fiber creation

Open BorysTheDev opened this issue 1 year ago • 0 comments

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

BorysTheDev avatar May 13 '24 07:05 BorysTheDev