
April 19, 2020
12:42 a.m.
On 19/04/20 5:02 am, Antoine Pitrou wrote:
* How hard would it be, in the current implementation, to add buffering to channels?
* In the same vein, I think channels should allow adding readiness callbacks
Of these, I think the callbacks are more fundamental. If you have a non-buffered channel with readiness callbacks, you can implement a buffered channel on top of it. -- Greg