Skip to content

ijoshsmith/swift-threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 */}

About

Simplified thread marshaling with a custom Swift operator function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages