Skip to content

Commit 40e89f6

Browse files
committed
top-level readme links fixed to produce & co
1 parent c00eb84 commit 40e89f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Coroutine builder functions:
88
| ------------- | ------------- | ---------------- | ---------------
99
| [launch] | [Job] | [CoroutineScope] | Launches coroutine that does not have any result
1010
| [async] | [Deferred] | [CoroutineScope] | Returns a single value with the future result
11-
| [kotlinx.coroutines.experimental.channels.produce] | [kotlinx.coroutines.experimental.channels.ProducerJob] | [kotlinx.coroutines.experimental.channels.ProducerScope] | Produces a stream of elements
11+
| [produce][kotlinx.coroutines.experimental.channels.produce] | [ProducerJob][kotlinx.coroutines.experimental.channels.ProducerJob] | [ProducerScope][kotlinx.coroutines.experimental.channels.ProducerScope] | Produces a stream of elements
1212
| [runBlocking] | `T` | [CoroutineScope] | Blocks the thread while the coroutine runs
1313

1414
Coroutine dispatchers implementing [CoroutineDispatcher]:

0 commit comments

Comments
 (0)