Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit161f19d

Browse files
authored
Update README.md
1 parent03f61c1 commit161f19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It consists of the following:
66
* PLock - Swift wrapper of POSIX mutex, analog to[NSLock](https://developer.apple.com/documentation/foundation/nslock)
77
* PCondition - Swift wrapper of POSIX condition, analog to[NSCondition](https://developer.apple.com/documentation/foundation/nscondition)
88
* PThread - Swift wrapper of POSIX thread, analog to[Thread](https://developer.apple.com/documentation/foundation/thread)
9-
* PThreadPool - thread pool implementation
9+
* PThreadPool -[thread pool](https://en.wikipedia.org/wiki/Thread_pool) implementation
1010
* PDispatchQueue - FIFO queue for serially or concurrently executing tasks, analog to[DispatchQueue](https://developer.apple.com/documentation/dispatch/dispatchqueue)
1111
* PDispatchGroup - group of tasks for aggregation and synchronization, analog to[DispatchGroup](https://developer.apple.com/documentation/dispatch/dispatchgroup)
12-
* PDispatchSemaphore - semaphore implementation, analog to[DispatchSemaphore](https://developer.apple.com/documentation/dispatch/dispatchsemaphore)
12+
* PDispatchSemaphore -[semaphore](https://en.wikipedia.org/wiki/Semaphore_(programming)) implementation, analog to[DispatchSemaphore](https://developer.apple.com/documentation/dispatch/dispatchsemaphore)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp