package
0.5.1
Repository: https://github.com/lonng/nano.git
Documentation: pkg.go.dev

# Functions

NewAfterTimer returns a new Timer containing a function that will be called after duration that specified by the duration argument.
NewCondTimer returns a new Timer containing a function that will be called when condition satisfied that specified by the condition argument.
NewCountTimer returns a new Timer containing a function that will be called with a period specified by the duration argument.
NewTimer returns a new Timer containing a function that will be called with a period specified by the duration argument.

# Structs

# Interfaces

LocalScheduler schedules task to a customized goroutine.

# Type aliases