Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
api:thread [2017/12/02 10:03]
payonel [Event Registration Independence]
api:thread [2017/12/02 10:05]
payonel [Event Registration Independence]
Line 26: Line 26:
   * A thread cannot access/​remove/​interfere with another thread'​s event registrations.   * A thread cannot access/​remove/​interfere with another thread'​s event registrations.
   * A pushed event is observed by all running threads on the system.   * A pushed event is observed by all running threads on the system.
 +  * Two separate threads can `event.pull` for the same event, and each thread will observe the event independently.
 ===== Overview ===== ===== Overview =====