package
0.0.0-20250206045204-45fcc3025d35
Repository: https://github.com/romangurevitch/concurrencyworkshop.git
Documentation: pkg.go.dev

# Functions

NewSimulator initializes a new Simulator instance with the given configuration and context.

# Structs

Config defines the parameters to configure the Simulator's behavior.
Event encapsulates an I/O event with its creation timestamp and an interval indicator.
EventResult combines an Event with a HandledAt timestamp to indicate when the event was processed.
Simulator manages a simulation environment for emitting events across multiple channels.