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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ It consists of the following:
7
7
* PCondition - Swift wrapper of POSIX condition, analog to[NSCondition](https://developer.apple.com/documentation/foundation/nscondition)
8
8
* PThread - Swift wrapper of POSIX thread, analog to[Thread](https://developer.apple.com/documentation/foundation/thread)
9
9
* PThreadPool - thread pool implementation
10
-
</br>
11
10
* PDispatchQueue - FIFO queue for serially or concurrently executing tasks, analog to[DispatchQueue](https://developer.apple.com/documentation/dispatch/dispatchqueue)
12
11
* PDispatchGroup - group of tasks for aggregation and synchronization, analog to[DispatchGroup](https://developer.apple.com/documentation/dispatch/dispatchgroup)
13
12
* PDispatchSemaphore - semaphore implementation, analog to[DispatchSemaphore](https://developer.apple.com/documentation/dispatch/dispatchsemaphore)