summaryrefslogtreecommitdiff
path: root/lib/timeout.js
Commit message (Expand)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-2/+2
* disallow variable shadowingAlexander Early2018-07-081-2/+2
* ES6-ify codebase (#1553)Alex Early2018-07-081-4/+4
* allow fn wrapped in timeout to be called multiple times (fixes #1418)timeout-fixHubert Argasinski2017-05-201-21/+20
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-5/+4
* handle async functions in relevant utility methodsAlexander Early2017-03-251-1/+4
* improved timeout example, fixes #1264Hubert Argasinski2016-08-061-4/+23
* Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
* jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-1/+4
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-1/+2
* Fix misspelling of "milliseconds"Justin Searls2016-06-141-4/+4
* fix new lint errorsAlexander Early2016-06-071-1/+1
* Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-311-2/+0
* jsdoc-style documentation finished documenting `Util` methodsHubert Argasinski2016-04-121-0/+22
* #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+6
* use initialParams to simplify callback extractionAlexander Early2016-03-191-13/+6
* Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-071-0/+36