Skip to content

[test] add AlarmActorTest

Florian Fischer requested to merge alarm-test into master

Introduce a new test using BinaryPrivateSemaphores and an Actor. Multiple fibers are scheduled which create a BPS on the stack, submit it to the actor and wait on the semaphore. The Actor simply signals each semaphore it receives.

Merge request reports