All Projects → panghaijiao → HJSynchronizeDemo

panghaijiao / HJSynchronizeDemo

Licence: MIT license
No description or website provided.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to HJSynchronizeDemo

Etesync Dav
This is a CalDAV and CardDAV adapter for EteSync
Stars: ✭ 176 (+1157.14%)
Mutual labels:  synchronization
Ansible Role Ntp
Ansible Role - NTP
Stars: ✭ 203 (+1350%)
Mutual labels:  synchronization
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+1635.71%)
Mutual labels:  synchronization
Etesync Web
An EteSync web client
Stars: ✭ 183 (+1207.14%)
Mutual labels:  synchronization
Llvs
Low-Level Versioned Store
Stars: ✭ 193 (+1278.57%)
Mutual labels:  synchronization
Abool
💡 Atomic Boolean library for cleaner Go code, optimized for performance yet simple to use.
Stars: ✭ 225 (+1507.14%)
Mutual labels:  synchronization
Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (+1135.71%)
Mutual labels:  synchronization
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+135.71%)
Mutual labels:  synchronization
Pevents
Implementation of Win32 events for *nix platforms, built on top of pthreads.
Stars: ✭ 200 (+1328.57%)
Mutual labels:  synchronization
Syncsettings
Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
Stars: ✭ 240 (+1614.29%)
Mutual labels:  synchronization
Grav Plugin Git Sync
Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Stars: ✭ 183 (+1207.14%)
Mutual labels:  synchronization
Backbone Redux
Easy way to keep your backbone collections and redux store in sync.
Stars: ✭ 185 (+1221.43%)
Mutual labels:  synchronization
React Agent
Client and server-side state management library
Stars: ✭ 235 (+1578.57%)
Mutual labels:  synchronization
Remotestorage.js
⬡ JavaScript client library for integrating remoteStorage in apps
Stars: ✭ 2,155 (+15292.86%)
Mutual labels:  synchronization
React Scroll Sync
Synced scroll position across multiple scrollable elements
Stars: ✭ 252 (+1700%)
Mutual labels:  synchronization
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (+1135.71%)
Mutual labels:  synchronization
Concurrent
Functional Concurrency Primitives
Stars: ✭ 206 (+1371.43%)
Mutual labels:  synchronization
gitsynchista
Python tool for Pythonista to synchronize local files with a Github repository hosted on a WebDav server
Stars: ✭ 27 (+92.86%)
Mutual labels:  synchronization
go-sync
🔁 CLI synchronization utility to sync project files and databases for your local project with SSH and Docker support
Stars: ✭ 61 (+335.71%)
Mutual labels:  synchronization
Syncthingtray
Tray application and Dolphin/Plasma integration for Syncthing
Stars: ✭ 234 (+1571.43%)
Mutual labels:  synchronization

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.

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].