Lightweight Promises for Swift & Obj-C
Stars
116
Forks
8
Watchers
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
283
commits
1
Fix various typos in the README
852d0e4
Add PromiseOperation class
5c859e9
Mark TWLBlockOperation as ready if it gets cancelled
5f77b44
Rebuild docs
8037325
e141ba9
Bump version to v1.4.0
ac7e0d3
Remove hard line wrapping from the README
4f5ca9d
Add Promise.makeChild()
7078029
Document that tap().requestCancel() does nothing
5a58c73
Change cancellation propagation behavior of onCancel
1af474b
Fix cancellation propagation of resolve(with:) and flatMap
f880cb8
Enhance Obj-C test helpers for expectations
adb4a10
Update .mailmap
9d80673
Fix unnecessarily mutable local variable
357b9ee
Implement the stack usage optimization for Obj-C too
bd94362