File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ import aws.sdk.kotlin.crt.util.asAwsByteCursor
1414import aws.sdk.kotlin.crt.util.initFromCursor
1515import aws.sdk.kotlin.crt.util.toAwsString
1616import aws.sdk.kotlin.crt.util.toKString
17+ import aws.sdk.kotlin.crt.util.use
1718import kotlinx.cinterop.*
1819import kotlinx.coroutines.channels.Channel
1920import kotlinx.coroutines.runBlocking
2021import libcrt.*
2122import platform.posix.UINT64_MAX
22- import aws.sdk.kotlin.crt.util.use
2323
2424/* *
2525 * Static class for a variety of AWS signing APIs.
Original file line number Diff line number Diff line change 44 */
55package aws.sdk.kotlin.crt.util
66
7- import kotlinx.coroutines.channels.Channel
87import kotlinx.cinterop.StableRef
8+ import kotlinx.coroutines.channels.Channel
99
1010/* *
1111 * Channel used to signal async shutdown from C callback to a suspend fn
You can’t perform that action at this time.
0 commit comments