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 2260f2d commit 06690c7Copy full SHA for 06690c7
README.md
@@ -14,12 +14,12 @@ not start executing code until the call to `operator()` of the `task` is called.
14
15
```mermaid
16
sequenceDiagram
17
- box LightGrey Main Thread
+ box Grey Main Thread
18
participant main
19
participant some_task
20
participant other_task
21
end
22
- box LightGrey Other Thread
+ box Grey Other Thread
23
participant async_function
24
25
main->>some_task: operator()
0 commit comments