caolan / async

Async utilities for node and the browser
http://caolan.github.io/async/
MIT License
28.18k stars 2.41k forks source link

docs: add missing return definitions for awaitable functions [fixes #1777] #1789

Closed hargasinski closed 2 years ago

hargasinski commented 2 years ago

Hey! It's been a while since I contributed to the repo, so I thought I would start with a couple of quick doc updates.

This PR adds the missing return definitions for race and waterfall and updates the detect* docs to match the style of all the other functions.