EventScope
An interface describing the operations that can be performed when we want to issue some events. Usually, commands will be described as extensions to the EventScope interface.
Parameters
T
the type of the application-specific event data.
Functions
Link copied to clipboard
Append a new event to the issued operations by this site. A happens-before relationship is established with (at least) all the preceding events on this site; therefore, two subsequent calls to yield guarantee that the order of the operations will be preserved.