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
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/ISWUN7TNPQE6YPDI5HGENYTZ25I2MCBA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to