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 d233243 commit fcb261bCopy full SHA for fcb261b
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/EventLoopGroupNative.kt
@@ -9,9 +9,9 @@ import aws.sdk.kotlin.crt.*
9
import aws.sdk.kotlin.crt.Allocator
10
import aws.sdk.kotlin.crt.util.ShutdownChannel
11
import aws.sdk.kotlin.crt.util.shutdownChannel
12
+import cnames.structs.aws_event_loop_group
13
import kotlinx.cinterop.*
14
import libcrt.*
-import cnames.structs.aws_event_loop_group
15
16
/**
17
* Creates a new event loop group for the I/O subsystem to use to run blocking I/O requests
0 commit comments