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