package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Dec 15, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cron contains methods for running actions as cron jobs.
At executes fn at the desired time. Aims to have an accuracy of within a second.
Every invokes 'fn' every time the 'freq' duration passes. This will continue until the provided context
is cancelled, or 'fn' returns an error.
The Action type is a function that is invoked by a cron.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.