Module: lib/common/processing

Module with processing functions making life easier

Source:
Tutorials:

Methods

(inner) ignore()

Ignores its arguments and returns nothing

Source:

(inner) timeoutPromise(promise, timeout) → {Promise}

Execute promise under a timeout

Parameters:
Name Type Description
promise Promise

the promise to be executed under a timeout

timeout number

time in milliseconds

Source:
Returns:
Type
Promise