Skip to content

Commit 06690c7

Browse files
authored
Update README.md
1 parent 2260f2d commit 06690c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ not start executing code until the call to `operator()` of the `task` is called.
1414

1515
```mermaid
1616
sequenceDiagram
17-
box LightGrey Main Thread
17+
box Grey Main Thread
1818
participant main
1919
participant some_task
2020
participant other_task
2121
end
22-
box LightGrey Other Thread
22+
box Grey Other Thread
2323
participant async_function
2424
end
2525
main->>some_task: operator()

0 commit comments

Comments
 (0)