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 b5c25ba commit 517a259Copy full SHA for 517a259
core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/ThreadPoolDispatcher.kt
@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger
23
import kotlin.coroutines.experimental.CoroutineContext
24
25
/**
26
- * Creates new coroutine execution context with the a single thread and built-in [yield] and [delay] support.
+ * Creates a new coroutine execution context using a single thread with built-in [yield] and [delay] support.
27
* **NOTE: The resulting [ThreadPoolDispatcher] owns native resources (its thread).
28
* Resources are reclaimed by [ThreadPoolDispatcher.close].**
29
*
0 commit comments