# Functions
NeverOccurs creates a new NeverOccursEvent.
NewRealClockEvent returns a new Event kicked at the provided Time, using the real clock.
NewTriggerableEvent creates a new TriggerableEvent.
OnSignal returns a new Event kicked on sig.
# Variables
DefaultFactory uses the real clock.
# Structs
NeverOccursEvent never occurs.
TriggerableEvent is an Event triggered by a method call.
# Interfaces
Event represents a cancelable event that occurs sometime in future.
# Type aliases
Factory creates a new Event raised when the provided time t comes.