You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async-node was designed to use one uniform model to represent the tasks and its relationship, and use library to schdule the async or sync call to make concurrency control simple, and also can provide some gurantee for application which can not use transaction to provide redo/undo operate to keep consistncy(such as nosql etc...). this library wr…