Creates an event emitter that works properly over the network. Other connections receive this event when it is emitted.
WARNING: You can only create a network event emitter once per eventType to prevent hijacked event emitters.
Unique network event type for coordinating between connections
Event emitter whose event works between connections
Gets the network event with the specified type. Creates the emitter if it does not exist
Event for the event type that runs the callback provided when the event is emitted
Creates an event emitter that works properly over the network. Other connections receive this event when it is emitted.
WARNING: You can only create a network event emitter once per eventType to prevent hijacked event emitters.