yangyang

Results 1 comments of yangyang

> @swbenjamin, you can do something like this: > > ``` > DispatchQueue.global(qos: .background).async { > let group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount) > (...) > } > ``` > > This...