File: doc.go

package info (click to toggle)
golang-github-atomicgo-schedule 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
/*
Package schedule provides a simple scheduler for Go.

It can run a function at a given time, in a given duration, or repeatedly at a given interval.
*/
package schedule