Yusuke Endoh 2d0d95305c ext/-test-/scheduler/scheduler.c: explicitly ignore the result of write
```
scheduler.c:44:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   44 |     write(blocking_state->notify_descriptor, "x", 1);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2025-12-24 21:09:33 +09:00
..
2025-05-08 18:20:51 +09:00
2025-12-05 06:21:17 -08:00
2025-12-10 12:09:50 +09:00
2025-12-10 09:49:18 -08:00
2024-12-27 12:33:28 +09:00