daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

Investigate wait + timeout function #79

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

As a daft engineer I want to be able to notify a sleeping thread of a message it can work on. However, I don't want this thread to sleep forever and I want it to close itself if it doesn't receive a message for a while.

Success criteria: