package
0.6.41
Repository: https://github.com/revzim/nano.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
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.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

LocalScheduler schedules task to a customized goroutine.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author