Skip to content

panghaijiao/HJSynchronizeDemo

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published