Skip to content

Commit b91335b

Browse files
Update kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent b162375 commit b91335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private class MultiWorkerDispatcher(
107107
tasksQueue.close()
108108
/*
109109
* Here we cannot avoid waiting on `.result`, otherwise it will lead
110-
* to a native memory leak, including pthread handle.
110+
* to a native memory leak, including a pthread handle.
111111
*/
112112
val requests = Array(workersCount) {
113113
workers[it].value?.requestTermination()

0 commit comments

Comments
 (0)