[Idea]: achieve feature parity with async.js #9
Labels
difficulty: 2
Suitable for someone with some JavaScript experience.
idea
Potential GSoC project idea.
priority: normal
Normal priority.
tech: javascript
Involves programming in JavaScript.
tech: nodejs
Requires developing with Node.js.
Idea
Currently, stdlib has a limited set of dedicated "async" APIs for performing various utility operations. The goal of this idea is to achieve feature parity with
async.js
, a popular library providing callback-based async APIs.Motivation for this idea stems from certain advantages afforded by callback-based asynchronous programming. Notable among them is superior performance and the ability to more readily return and inspect status objects.
Expected Outcomes
stdlib will have more or less 1:1 feature parity with
async.js
APIs.Involved Software
async.js
will serve as a reference implementation for API design. Will want to modify to match stdlib conventions.Prerequisite Knowledge
JavaScript.
Difficulty
Beginner. Would benefit from someone with JavaScript experience.
Project Length
175/350 hours. Can be scoped accordingly.
Potential Mentors
@kgryte @Planeshifter @steff456
The text was updated successfully, but these errors were encountered: