package
0.0.0-20240414100914-74ff20790c8c
Repository: https://github.com/atompi/autom.git
Documentation: pkg.go.dev
# Interfaces
Clock allows for injecting fake or real clocks into code that needs to do arbitrary things based on time.
PassiveClock allows for injecting fake or real clocks into code that needs to read the current time but does not support scheduling activity in the future.
Timer allows for injecting fake or real timers into code that needs to do arbitrary things based on time.