Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 980 Bytes

HJSynchronize

This HJSynchronize is a multi thread synchronization tool used on iOS

Example Usage

Check out this project. It contains a few demos of the API in use for various scenarios.

Usage

Asynchronous queue

[HJSynchronizeQueue execAsynBlock:^{
      // to do
}];

Synchronization queue

[HJSynchronizeQueue execAsynBlock:^{
     // to do
}];

For more information you can visit the web site

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

pod 'HJSynchronize',    :git => 'https://github.com/panghaijiao/HJSynchronize.git'

License

MIT license.