8000 Release Add ErTryClaim() to the OS implementations · linkmonitor/eventrouter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ErTryClaim() to the OS implementations

Compare
Choose a tag to compare
@jd-yolabs jd-yolabs released this 20 Jul 00:05
· 19 commits to main since this release

This release adds ErTryClaim() to the OS-based implementations. This mechanism provides a safe way to send events from non-owning tasks and, hopefully, provides enough documentation to explain what that means.

A side-effect of this change is that clients may have to claim events before sending them during initialization.

0