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 5757c98 commit 8a5669aCopy full SHA for 8a5669a
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/WithCrt.kt
@@ -4,6 +4,9 @@
4
*/
5
package aws.sdk.kotlin.crt
6
7
+/**
8
+ * A mixin class used to ensure CRT is initialized before the class is invoked
9
+ */
10
public open class WithCrt() {
11
init {
12
CRT.initRuntime { }
0 commit comments