getify/asynquence

improve `wrap(..)`

Open

#108 opened on 2018年5月23日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (156 forks)batch import
help wanted

Repository metrics

Stars
 (1,739 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Take a trick from Node's promisify(..) utility... if asked to promisify a function that has a special symbol on it, the function at that symbol is returned, instead of creating a new one. Allows overriding the behavior of wrap not with the config params, but with meta data on the function being wrapped. Clever and useful.

コントリビューターガイド