All Projects → ijoshsmith → Swift Threading

ijoshsmith / Swift Threading

Licence: mit
Simplified thread marshaling with a custom Swift operator function

Programming Languages

swift
15916 projects

swift-threading

swift v3.0.1

Simplified thread marshaling with a custom Swift operator function

For a review of this project, see:

http://ijoshsmith.com/2014/07/05/custom-threading-operator-in-swift/

Custom threading operator serial queue:

{ /* do some task */ } ~> { /* update some UI */}

Custom threading operator concurrent queue:

{ /* do some task */ } ≠> { /* update some UI */}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].