2 "name": "DWURunLoopWorkDistribution",
4 "summary": "iOS Fast Scrolling with RunLoop Work Distribution",
5 "description": "* Go to work when UI thread gets idle. Step aside when UI thread gets busy.\n* If deployed properly, it could:\n*** Delay heavy tasks on the UI thread as late as possible.\n*** Preload heavy tasks as soon as the UI thread enters its idling mode.\n*** Allow you to distribute a heavy task as multiple smaller tasks, thus less blocking when UI thread suddenly gets busy again.\n* 100% thread safe. Always runs on the UI thread.",
6 "homepage": "https://github.com/diwu/RunLoopWorkDistribution",
9 "Di Wu": "diwup@foxmail.com"
12 "git": "https://github.com/diwu/RunLoopWorkDistribution.git",
19 "source_files": "RunLoopWorkDistribution/DWURunLoopWorkDistribution/*.{h,m}"