Skip to content

Commit

Permalink
Fix JobSupport comment about new state.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklangiewicz authored and qwwdfsad committed Oct 21, 2019
1 parent bbf198b commit adb6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/JobSupport.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public open class JobSupport constructor(active: Boolean) : Job, ChildJob, Paren
| while still performing all the notifications in this order.
+ Job object is created
## NEW: state == EMPTY_ACTIVE | is InactiveNodeList
## NEW: state == EMPTY_NEW | is InactiveNodeList
+ initParentJob / initParentJobInternal (invokes attachChild on its parent, initializes parentHandle)
~ waits for start
>> start / join / await invoked
Expand Down

0 comments on commit adb6164

Please sign in to comment.