getify/asynquence

improve `wrap(..)`

Open

#108 建立於 2018年5月23日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (1,739 star) (156 fork)batch import
help wanted

描述

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.

貢獻者指南

improve `wrap(..)` · getify/asynquence#108 | Good First Issue