0.2.5 • Published 2 years ago

web3-sync v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Introduction

web3-sync is a simple library that allows you to call any asynchronous function in synchronous way. The main benefit is that it uses javascript-native design - Function.prototype.sync function, instead of heavy APIs which you'll need to learn. Also, asynchronous function which was called synchronously through node-sync doesn't blocks the whole process - it blocks only current thread!

0.2.5

2 years ago