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.
1 parent e83f3c4 commit beaeca3Copy full SHA for beaeca3
Sources/MongoSwift/MongoSwift.swift
@@ -10,6 +10,16 @@ private final class MongocInitializer {
10
}
11
12
13
+/// :nodoc:
14
+@available(*, deprecated, message: "Calling this method no longer has any effect.")
15
+public func initialize() {}
16
+
17
18
+@available(*, deprecated, message: "Use cleanupMongoSwift() instead.")
19
+public func cleanup() {
20
+ cleanupMongoSwift()
21
+}
22
23
/// Initializes libmongoc. Repeated calls to this method have no effect.
24
internal func initializeMongoc() {
25
_ = MongocInitializer.shared
0 commit comments