Skip to content

Coroutines: Relationship between Scope and Context

Devrath edited this page Dec 31, 2023 · 4 revisions

Untitled Diagram-Page-2 drawio

  • In the diagram, there are 3 levels.
  • Top highest level is the parent level, which has 4 children. now all 3 have the same context as the parent since they inherit the context.
  • One child will have a different context since it has overridden the context to a different one.
Clone this wiki locally