Changeset deda7e6 for libcfa/src/concurrency/coroutine.cfa
- Timestamp:
- Sep 21, 2023, 10:15:58 PM (2 years ago)
- Branches:
- master
- Children:
- 62c6cfa
- Parents:
- c1e66d9 (diff), 5a1ae14 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.cfa
rc1e66d9 rdeda7e6 10 10 // Created On : Mon Nov 28 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 16 15:34:46202313 // Update Count : 2 412 // Last Modified On : Mon Sep 18 21:47:12 2023 13 // Update Count : 25 14 14 // 15 15 … … 364 364 // resume non local exception at receiver (i.e. enqueue in ehm buffer) 365 365 forall(exceptT *, T & | ehm_resume_at( exceptT, T )) 366 void resumeAt( T & receiver, exceptT & ex ) libcfa_public {366 void resumeAt( T & receiver, exceptT & ex ) libcfa_public { 367 367 coroutine$ * cor = get_coroutine( receiver ); 368 368 nonlocal_exception * nl_ex = alloc();
Note:
See TracChangeset
for help on using the changeset viewer.