@ciscospark/common-timers

Timer wrappers to prevent wedging a process open

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@ciscospark/common-timers
1.52.25 years ago7 years agoMinified + gzip package size for @ciscospark/common-timers in KB

Readme

@ciscospark/common-timers
standard-readme compliant
Timer wrappers for the Cisco Webex JS SDK. See https://webex.github.io/spark-js-sdk/

Install

npm install --save @ciscospark/common-timers

Usage

Works just like setTimeout and setInterval, but doesn't wedge a node process open.
import {safeSetTimeout, safeSetInterval} from '@ciscospark/common-timers';

const timer = safeSetTimeout(() => {}, 1000);

const interval = safeSetInterval(() => {}, 1000);

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2018 Cisco and/or its affiliates. All Rights Reserved.