Home
last modified time | relevance | path

Searched refs:setTimeoutAsync (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-internal-module-wrap.js9 const setTimeoutAsync = require('util').promisify(setTimeout); constant
15 const promises = foo.link(() => setTimeoutAsync(1000).then(() => bar));