Changeset 02e7483
- Timestamp:
- Mar 1, 2026, 5:49:01 PM (20 hours ago)
- Branches:
- master
- Children:
- e0d90b2
- Parents:
- 0957f62
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r0957f62 r02e7483 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Oct 31 08:46:59 202513 // Update Count : 6712 // Last Modified On : Sun Mar 1 15:43:17 2026 13 // Update Count : 70 14 14 // 15 15 … … 31 31 #define _INVOKE_H_ 32 32 33 enum { DEFAULT_STACK_SIZE = 65000 };33 enum { DEFAULT_STACK_SIZE = 256000 }; // raised from 65000 34 34 35 35 struct __cfaehm_try_resume_node;
Note:
See TracChangeset
for help on using the changeset viewer.