case removed(id: UInt)
s5MongoAAO0A6DriverE14ConnectionPoolC5EventO7removedyAGSu_tcAGmFWhat are these?
s5MongoAAO0A6DriverE14ConnectionPoolC5EventO7removedyAGSu_tcAGmF
FNV24: [7JKSD]
case creating(Mongo.ConnectionPoolSettings)
case draining(because: any Error)
case drained
case expanding(id: UInt)
case expanded(id: UInt)
case perished(id: UInt, because: Result<Void, any Error>)
case creatingConnection
case createdConnection
case destroyedConnection
import MongoDriver
import Mongo
A single-type module that declares the Mongo namespace.
Mongo
@frozen enum Event
enum Mongo
final actor ConnectionPool
A thread-safe reference type that maintains connections to a particular mongod or mongos host, services connection requests, and serves as a delegate for a server monitoring task.
mongod
mongos
@frozen struct UInt
An unsigned integer value type.