- File:
-
- 1 edited
-
doc/working/exception/impl/exception.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/impl/exception.h
r35ba584c re4e9173 8 8 // These might be given simpler names and made public. 9 9 void __throw_terminate(exception except) __attribute__((noreturn)); 10 void __rethrow_terminate(void) __attribute__((noreturn));11 10 void __throw_resume(exception except); 12 11 … … 23 22 24 23 25 26 /* The following code is temperary. How exceptions interact with coroutines 27 * and threads means that... well I'm going to get it working ignoring those 28 * first, then get it working with concurrency. 29 */ 24 // When I have it working in a single threaded environment. 30 25 struct shared_stack_t { 31 26 //struct lock lock;
Note:
See TracChangeset
for help on using the changeset viewer.