Closed leostera closed 7 months ago
The current implementation of wait_pids is very wasteful (busy waiting) and should be reimplemented by creating new monitors to the target pids, and using a message selector.
RIOT-25 Reimplement `wait_pids` efficiently
The current implementation of wait_pids is very wasteful (busy waiting) and should be reimplemented by creating new monitors to the target pids, and using a message selector.