orthecreedence / blackbird

Common Lisp promise implementation (successor to cl-async-future)
83 stars 10 forks source link

fixes amap to be able to return still if the promise-list is null #21

Closed nightshade427 closed 9 years ago

orthecreedence commented 9 years ago

Perfect, thanks!

orthecreedence commented 9 years ago

Btw made a slight change to this so the (resolve) call is (resolve nil).