You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: native/kotlinx-coroutines-core-native/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ Coroutine builder functions:
9
9
| [launch] | [Job] | [CoroutineScope] | Launches coroutine that does not have any result
10
10
| [async] | [Deferred] | [CoroutineScope] | Returns a single value with the future result
11
11
| [produce][kotlinx.coroutines.channels.produce] | [ReceiveChannel][kotlinx.coroutines.channels.ReceiveChannel] | [ProducerScope][kotlinx.coroutines.channels.ProducerScope] | Produces a stream of elements
12
-
| [actor][kotlinx.coroutines.channels.actor] | [SendChannel][kotlinx.coroutines.channels.SendChannel] | [ActorScope][kotlinx.coroutines.channels.ActorScope] | Processes a stream of messages
13
12
| [runBlocking] | `T` | [CoroutineScope] | Blocks the thread while the coroutine runs
0 commit comments