10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
/*!
|
|
* nexttick.js - setimmediate for bcoin
|
|
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
|
|
* https://github.com/bcoin-org/bcoin
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('../../vendor/setimmediate');
|