You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
s.summary = "A wrapper around NSThread to mimic NSOperationQueues, but make them work with a single thread."
s.description = <<-DESC
A wrapper around NSThread to mimic NSOperationQueues, but make them work with a single thread.
The main purpose of this library is to create a familiar interface (based on NSOperations) to handle NSThreads. This is particularly handy when dealing with other non-thread-safe libraries that cannot be handled by dispatch queues or NSOperationQueues.