defaultEventLoopGroup

Returns the default EventLoopGroup singleton, automatically selecting the best for the platform.

HTTPClient.swift:1035
static var defaultEventLoopGroup: EventLoopGroup { get }

This will select the concrete EventLoopGroup depending which platform this is running on.