We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RedisDriver.eventLoopGroup
1 parent d8cd550 commit 1e160b0Copy full SHA for 1e160b0
Sources/NIORedis/RedisDriver.swift
@@ -11,8 +11,9 @@ public final class RedisDriver {
11
case external(EventLoopGroup)
12
}
13
14
+ public let eventLoopGroup: EventLoopGroup
15
+
16
private let ownershipModel: ThreadOwnershipModel
- private let eventLoopGroup: EventLoopGroup
17
18
/// Is the driver available for operations?
19
public var isRunning: Bool { return _isRunning.load() }
0 commit comments