metarhia / metasync

Asynchronous Programming Library for JavaScript & Node.js
https://metarhia.com
MIT License
206 stars 35 forks source link

Upgrade metasync.callbackify #235

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

Now metasync.callbackify(promise) supports converting promise to callback-driven async contract callback-last but we can implement also support for synchronous (regular) functions to be converted into callback-last functions.