Skip to content

Commit b162375

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

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
@@ -106,7 +106,7 @@ private class MultiWorkerDispatcher(
106106
override fun close() {
107107
tasksQueue.close()
108108
/*
109-
* Here we cannot avoid not to wait on `.result`, otherwise it will lead
109+
* Here we cannot avoid waiting on `.result`, otherwise it will lead
110110
* to a native memory leak, including pthread handle.
111111
*/
112112
val requests = Array(workersCount) {

0 commit comments

Comments
 (0)