Discover Packages
github.com/unixdj/benchnet
benchnode
sched
package
Version:
v0.0.0-...-e7d75ea
Opens a new window with list of versions in this module.
Published: Dec 3, 2012
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package sched implements a simple scheduler.
Sched represets a scheduler instance.
New starts a new scheduler running f each period, at Unix time
N*period+offset where N is natural. No more than one instance
of f will run at any given moment.
Stop stops the scheduler s. If f is currently running, Stop
will not return until it's finished. If called twice, Stop
will hang forever.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.