2 "name": "JKLThreadSafeOperator",
4 "summary": "A light-weight thread-safe operation wrapper used to perform sync read, aync barrier write on a concurrent queue.",
5 "description": "Make a class thread-safe could be painful, as involving wrapping all your public methods into GCD operations. \n\nThis operator is designated to perform thread-safe operations by simply wrapping read & write operations into corresponding blocks. So without changing original model classes, the project could benefit from multi-threading without compromising the stability.\n",
6 "homepage": "https://github.com/jiakai-lian/JKLThreadSafeOperator",
9 "Jiakai Lian": "jiakai.lian@gmail.com"
12 "git": "https://github.com/jiakai-lian/JKLThreadSafeOperator.git",
19 "source_files": "Pod/Classes/**/*",
21 "JKLThreadSafeOperator": [