2 "name": "TwistedOakCollapsingFutures",
4 "summary": "Futures without nesting issues.",
5 "description": " Makes representing and consuming asynchronous results simpler.\n \n * Eventual results and failures are represented as a TOCFuture.\n * Produce and control a TOCFuture with a new TOCFutureSource.\n * Hook work-to-eventually-do onto a future using then/catch/finally methods.\n * Chain more work onto the future results of then/catch/finally.\n * No need to track if a TOCFuture has a result of type TOCFuture: always automatically flattened.\n * Cancel operations on the fly by giving them a TOCCancelToken controlled by a TOCCancelTokenSource.\n",
6 "homepage": "https://github.com/Strilanc/ObjC-CollapsingFutures",
12 "Craig Gidney": "craig.gidney@gmail.com"
15 "git": "https://github.com/Strilanc/ObjC-CollapsingFutures.git",