StratifyOS
StratifyOS copied to clipboard
FIFO should have a feature to execute a callback when an event happens
The event could be X bytes are available in the FIFO.
The callback could be tied to a signal. So when the FIFO exceeded X bytes, the thread would receive a signal.
Need to see if this is worth it.