pn2new

Results 2 issues of pn2new

it would be good to have a possibility to try to acquire a mutex with a timeout (as is possible for an event).

I initialize an event, and then wait on it in a task, using s_event_wait_sec(__await__, &ev, 1); This works (execution proceeds when a timeout occurs or the event is set). However,...