EventLoopGroupSource
public enum EventLoopGroupSource
Either provides an EventLoopGroup or indicate to create a new one
-
Provided EventLoopGroup
Declaration
Swift
case provided(EventLoopGroup)
-
Create a EventLoopGroup
Declaration
Swift
case createNew