Add trio.StrictFIFOLock on sender.send_all Support max_bytes argument on receive_some, keep track of write_ptr on receiver Add max_bytes receive test test_ringbuf_max_bytes Add docstrings to all ringbuf tests Remove EFD_NONBLOCK support, not necesary anymore since we can use abandon_on_cancel=True on trio.to_thread.run_sync Close eventfd's after usage on open_ringbuf |
||
---|---|---|
.. | ||
__init__.py | ||
_chan.py | ||
_linux.py | ||
_mp_bs.py | ||
_ringbuf.py | ||
_shm.py | ||
_tcp.py | ||
_transport.py |