4 "summary": "Perform selectors on a background thread with callbacks.",
5 "description": "Parallel allows you to perform selectors on a background thread, without spawning a new thread every time you want to perform a selector. This is useful when you want to frequently perform tasks in the background and don't want to muck around with run loops.\n",
6 "homepage": "https://github.com/AjayMT/Parallel",
12 "Ajay MT": "ajay.tatachar@gmail.com"
14 "social_media_url": "https://twitter.com/ajaymadhusudan",
19 "git": "https://github.com/AjayMT/Parallel.git",
22 "source_files": "Parallel",
23 "exclude_files": "ParallelTests",