Commit e8f432f
committed
Merge the duplicated event loop how-to pages
Asyncio-Integration.md and Event-Loop-Integration.md were near-identical:
same title, 803 and 796 lines, 25 of 28 code blocks and 69 of 77 headings
byte-identical. Neither was a superset, so deleting either would have
lost content: one carried Part 0 on same-thread asyncio mode and the
comparison table, the other carried simulation mode and the matching
CspEventLoop constructor and set_simulation_time_range reference.
Fold both sets into Event-Loop-Integration.md, whose filename matches the
title the two shared, and drop the other along with its sidebar entry.
Every heading and code block from the deleted page is present in the
merged one.
Async.md is a different document, about the adapters rather than the loop,
and shares no code with either. It restated how same-thread mode works, so
that is now a link to the page that owns the topic.
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>1 parent a34413b commit e8f432f
5 files changed
Lines changed: 95 additions & 816 deletions
File tree
- docs/wiki
- dev-guides
- how-tos
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 92 | + | |
101 | 93 | | |
102 | 94 | | |
103 | 95 | | |
| |||
0 commit comments