Perfect-Thread icon indicating copy to clipboard operation
Perfect-Thread copied to clipboard

Core threading library for Perfect Server Side Swift. Includes support for serial and concurrent thread queues, locks, read/write locks and events.

Results 2 Perfect-Thread issues
Sort by recently updated
recently updated
newest added

Following the instructions on https://github.com/PerfectlySoft/Perfect to build Starter Project. Once I try to run `swift build` I get the terminal output below. I have tried to build using Swift `2.2`,...

I run swift build on raspberry pi 3 model B and got this error: ubuntu@ubuntu ~/P/PerfectTemplate> swift build Compile Swift Module 'PerfectThread' (2 sources) /home/ubuntu/Perfect-Projects/PerfectTemplate/Packages/PerfectThread-0.9.0/Sources/ThreadQueue.swift:214:59: error: 'fromOpaque' is unavailable: use...