-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renovate/kotlinter
- Loading branch information
Showing
61 changed files
with
200 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/linuxArm64/libcrypto.a
Binary file not shown.
Binary file modified
BIN
+28.1 KB
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/linuxArm64/libcurl.a
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/linuxX64/libcrypto.a
Binary file not shown.
Binary file modified
BIN
+38.6 KB
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/linuxX64/libcurl.a
Binary file not shown.
Binary file modified
BIN
+30.8 KB
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/macosArm64/libcurl.a
Binary file not shown.
Binary file modified
BIN
+18.7 KB
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/macosX64/libcurl.a
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/mingwX64/libcrypto.a
Binary file not shown.
Binary file modified
BIN
+33.5 KB
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/mingwX64/libcurl.a
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/mingwX64/libssl.a
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ktor-client/ktor-client-curl/desktop/interop/lib/mingwX64/libz.a
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
...ver-cio/jsAndWasmShared/src/io/ktor/server/cio/internal/CoroutineUtils.jsAndWasmShared.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* Copyright 2014-2021 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. | ||
*/ | ||
|
||
package io.ktor.server.cio.internal | ||
|
||
import kotlinx.coroutines.* | ||
|
||
internal actual val Dispatchers.IOBridge: CoroutineDispatcher | ||
get() = Default | ||
|
||
internal actual fun <T> runBlockingBridge(block: suspend CoroutineScope.() -> T): T = | ||
error("runBlocking is not supported on JS and WASM") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.