Skip to content

Conversation

sergeyksv
Copy link

Well, I personally like async await (loved it after C#), so safejs is ore for curiosity as something between raw callbacks and promises. It is still callbacks, but much more handy with error handling. Our way to convert callback hell to just callback pattern :)

@kyrylkov
Copy link
Owner

kyrylkov commented Apr 1, 2018

@sergeyksv Thanks for the PR, however I'm not going to land it. The purpose of the repo is not to demonstrate and compare different approaches to async in Node.js. It is to measure async function and native promise performance in comparison with bluebird promises and callbacks in different versions of Node.js

You might want to create a PR here https://github.com/petkaantonov/bluebird/tree/master/benchmark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants