# Functions
ContextWith returns a [context.Context] with the events channel.
FromContext returns the events channel from ctx.
Post sends a newEvent.
PostEvent sends ev.
PostFunc sends an event that executes fn.
PostFuncTicker sends an event that executes fn every period of time d.