Thread Safe Event #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Either implement thread-safety into the base Event, or implement a thread-safe variant.
Consider if we could optimize further by restricting one thread to invocation and another thread/set of threads to listening, specifically.
Thread Safet Eventto Thread Safe Event