4 "summary": "Async by oc, used chain.",
5 "description": "Async by oc, used chain.\nChain as many blocks as you want:\n\nAsync *async = [[Async alloc]init];\n\nasync.userInitiated(0, ^{\n // 1\n}).main(0, ^{\n // 2\n}).background(0, ^{\n // 3\n}).main(0, ^ {\n // 4\n});",
6 "homepage": "https://github.com/shenhai193/Async",
9 "shenhai": "shenhai.cpp@icloud.com"
12 "git": "https://github.com/shenhai193/Async.git",
19 "exclude_files": "Classes/Exclude",