- Notifications
You must be signed in to change notification settings - Fork4
A fast, small, efficient analog of GCD in Swift
License
NotificationsYou must be signed in to change notification settings
belozierov/PosixDispatch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A cross-platform library written in Swift 5 for multithreading based onPOSIX threads. It has a similar API to Apple’sGCD and in most cases works much faster.
It consists of the following:
- PLock - wrapper for POSIX mutex, analog toNSLock
- PCondition - wrapper for POSIX condition, analog toNSCondition
- PThread - wrapper for POSIX thread, analog toThread
- PThreadPool -thread pool implementation
- PDispatchQueue - FIFO queue for serially or concurrently executing tasks, analog toDispatchQueue
- PDispatchGroup - group of tasks for aggregation and synchronization, analog toDispatchGroup
- PDispatchSemaphore -semaphore implementation, analog toDispatchSemaphore
- PDispatchWorkItem - block wrapper, analog toDispatchWorkItem
About
A fast, small, efficient analog of GCD in Swift
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published