From fed9f5cb7acd7d6e13f6195f497f8c4c8ce3d215 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Fri, 23 Jun 2017 08:53:56 -0400 Subject: [PATCH] Add Threadly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d36307da4..cd7d04bbf 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ Awesome-iOS is an amazing list for people who need a certain feature on their ap * [NSLock+Synchronized](https://github.com/Jon-Schneider/NSLock-Synchronized) - Do you miss @synchronized in Swift? NSLock+Synchronized gives you back @synchronized in Swift via a global function and NSLock class and instance methods, conveniently usable via Cocoapod and Carthage Framework. :large_orange_diamond:[e] * [AsyncNinja](https://github.com/AsyncNinja/AsyncNinja) - A complete set of concurrency and reactive programming primitives. :large_orange_diamond: * [Kommander](https://github.com/intelygenz/Kommander-iOS) - Kommander is a Swift library to manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand. :large_orange_diamond: +* [Threadly](https://github.com/nvzqz/Threadly) - Type-safe thread-local storage in Swift :large_orange_diamond: ## Core Data * [CWCoreData](https://github.com/jayway/CWCoreData) - Additions and utilities to make it concurrency easier with the Core Data framework.