- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.hfa
rc18bf9e reaf269d 113 113 114 114 extern void __stack_prepare( __stack_info_t * this, size_t size /* ignored if storage already allocated */); 115 extern void __stack_clean ( __stack_info_t * this ); 116 115 117 116 118 // Suspend implementation inlined for performance
Note:
See TracChangeset
for help on using the changeset viewer.