Commit 6181882
Remove Boost.Coroutine dependency and old Coro API
Delete the old Boost.Coroutine-based Coro class and all supporting
infrastructure, now that all callers have been migrated to the C++20
CoroTaskRunner API:
- Delete include/xrpl/core/Coro.ipp (entire file)
- Remove class Coro, Coro_create_t, postCoro() from JobQueue.h
- Remove the large comment block explaining old Coro lifecycle
- Remove boost::coroutine from cmake COMPONENTS and link targets
- Remove Boost::context from cmake find_dependency (was only needed
by Boost.Coroutine)
- Remove BOOST_COROUTINES_NO_DEPRECATION_WARNING compile definition
- Remove boost::coroutine from conanfile.py requirements
This completes the Boost.Coroutine → C++20 coroutines migration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e6d78aa commit 6181882
File tree
6 files changed
+2
-312
lines changed- cmake
- deps
- include/xrpl/core
6 files changed
+2
-312
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
This file was deleted.
0 commit comments