core: synchronize Stream._output_buf by deferring send()
Previously _output_buf was racy. This may or may not be cheaper than simply using a lock, but it requires much less code, so I prefer it for now.
Showing
Please register or sign in to comment