Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: Update async_context.md
  • Loading branch information
ntedgi authored Apr 22, 2025
commit 177a8a1744b433f6ea072f22eb20734999ddee1b
8 changes: 4 additions & 4 deletions doc/api/async_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ http.get('http://localhost:8080');
http.get('http://localhost:8080');
// Prints:
// 0: start
// 0: start
// 1: finish
// 0: finish
// 1: start
// 1: finish
```

Expand Down Expand Up @@ -107,8 +107,8 @@ http.get('http://localhost:8080');
http.get('http://localhost:8080');
// Prints:
// 0: start
// 0: start
// 1: finish
// 0: finish
// 1: start
// 1: finish
```

Expand Down
Loading