Skip to content

Commit adb6164

Browse files
mareklangiewiczqwwdfsad
authored andcommitted
Fix JobSupport comment about new state.
1 parent bbf198b commit adb6164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/JobSupport.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public open class JobSupport constructor(active: Boolean) : Job, ChildJob, Paren
9090
| while still performing all the notifications in this order.
9191
9292
+ Job object is created
93-
## NEW: state == EMPTY_ACTIVE | is InactiveNodeList
93+
## NEW: state == EMPTY_NEW | is InactiveNodeList
9494
+ initParentJob / initParentJobInternal (invokes attachChild on its parent, initializes parentHandle)
9595
~ waits for start
9696
>> start / join / await invoked

0 commit comments

Comments
 (0)