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

A fast, small, efficient analog of GCD in Swift

License

NotificationsYou must be signed in to change notification settings

belozierov/PosixDispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

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

[8]ページ先頭

©2009-2025 Movatter.jp