We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a0cc3 commit 2cb7a06Copy full SHA for 2cb7a06
CHANGES.md
@@ -0,0 +1,3 @@
1
+## v0.1
2
+
3
+- Initial release.
README.md
@@ -97,7 +97,7 @@ Only one fiber in a domain can be running at a time.
97
When a new fiber is created, a vertical green line links the parent fiber to the child.
98
99
Cancellation contexts (including switches) are shown as brackets.
100
-Switched can be named using `Switch.run ~name`. Unnamed switches are shown as "switch".
+Switches can be named using `Switch.run ~name`. Unnamed switches are shown as "switch".
101
A context being cancelled is indicated by a vertical red line.
102
103
Domain-wide events, such as garbage collection and waiting for events,
0 commit comments