You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This goes along issue #2 but has a different motivation and less actual performance impact (unless we also add an option to let the user choose what kind of buffer to produce, e.g. Data instead of DispatchData).
By using a DispatchSource to wait for read events, we could probably avoid an own read buffer (and all the logic attached) and immediately suspend reading.
This goes along issue #2 but has a different motivation and less actual performance impact (unless we also add an option to let the user choose what kind of buffer to produce, e.g.
Datainstead ofDispatchData).By using a
DispatchSourceto wait for read events, we could probably avoid an own read buffer (and all the logic attached) and immediately suspend reading.