- Timestamp:
- Jul 6, 2026, 8:50:52 AM (3 days ago)
- Branches:
- master
- Children:
- 0fd9c68
- Parents:
- 6fbd475
- File:
-
- 1 edited
-
tests/concurrency/suspend_then.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/suspend_then.cfa
r6fbd475 rb3609b2 80 80 resume( c ); // Prime the coroutine to avoid one of the threads being its starter 81 81 82 #if defined(__GNUC__) && __GNUC__ == 12 82 83 #pragma GCC diagnostic push 83 84 #pragma GCC diagnostic ignored "-Wdangling-pointer" // this assignment is ok 85 #endif // defined(__GNUC__) && __GNUC__ == 12 84 86 the_cor = &c; 87 #if defined(__GNUC__) && __GNUC__ == 12 85 88 #pragma GCC diagnostic pop 89 #endif // defined(__GNUC__) && __GNUC__ == 12 86 90 87 91 {
Note:
See TracChangeset
for help on using the changeset viewer.