mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-25 19:21:39 +00:00
As synchronization of signal contexts is now the users business instead of cores and the signal framework ensures that every context of a receiver gets synchronously destructed before the destruction of the receiver itself synchronization and thus blocking at the destruction of a kernel receiver-object isn't necessary anymore. ref #989