synchronize icon indicating copy to clipboard operation
synchronize copied to clipboard

Write asynchronous code as if it's synchronous

Results 17 synchronize issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to get Synchronize.js working with [Inquirer](https://github.com/sboudrias/Inquirer.js) but I've tried everything and can't get it to work with its promises: `package.json` ``` { "dependencies": { "inquirer": "^3.0.6", "synchronize":...

In order to support Node v12+ fibers needs to be upgraded to v4. https://github.com/laverdet/node-fibers/issues/409 Mocha and Chai dependencies needed updated as well.

It seems to update fiber module to 4.0... https://github.com/laverdet/node-fibers/issues/409

I am trying to build test app with electron. All installation process works , but when I try to run the project it gives me error - A dynamic link...

I am using sync.js 1st time, I am getting following Errors in my javascript Code. 1. Uncaught ReferenceError: require is not defined at sync.js:3 2. Cannot read property 'fiber' of...

Different calls may produce different errors that may need to be handled differently. Users can set a flag to disable throwing exceptions on error. Examples ``` var deferReturnError = sync.defer(true);...

I am trying to wrap a function out of the talib library for the talib.execute(). Example code is https://github.com/oransel/node-talib/blob/master/examples/sma.js Here is my function with synchronize and can't seem to get...

I could successfully install and use this module with node v4.1.2. But last week I have have upgraded my node to v7.4.0 (I understand that's a large upgrade with a...