Skip to content

Commit 2260f2d

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

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 Main Thread
17+
box LightGrey Main Thread
1818
participant main
1919
participant some_task
2020
participant other_task
2121
end
22-
box Other Thread
22+
box LightGrey Other Thread
2323
participant async_function
2424
end
2525
main->>some_task: operator()

0 commit comments

Comments
 (0)