Florian Albrechtskirchinger 550f728165
Refactor streams: rename is_* to wait_* for clarity (#2069)
- Replace is_readable() with wait_readable() and is_writable() with
  wait_writable() in the Stream interface.
- Implement a new is_readable() function with semantics that more
  closely reflect its name. It returns immediately whether data is
  available for reading, without waiting.
- Update call sites of is_writable(), removing redundant checks.
2025-02-20 12:56:39 -05:00
..
2024-02-05 15:35:33 -05:00
2022-02-09 17:16:18 -05:00
2024-11-13 22:47:09 -05:00
2021-09-11 14:26:48 -04:00
2021-09-11 14:26:48 -04:00
2024-09-17 18:37:44 -04:00
2017-12-29 22:34:59 -05:00
2025-02-18 05:56:22 -05:00
2013-07-04 18:18:52 -04:00
2024-11-16 11:14:13 -05:00