Actions
Feature #600
openthread-local storage
Start date:
05/12/2024
Due date:
% Done:
0%
Estimated time:
Description
Split from / required for #554. Add compiler-dependent fc_thread_local to fcthread.h for declaring thread-local static variables.
Updated by Alina Lenk 7 months ago
- Blocks Feature #554: Detect infinite recursion when evaluating requirements added
Updated by Marko Lindqvist 7 months ago
Note that we only need a way to read and write thread-specific data, nothing more. So simply having a thread-implementation-agnostic method for getting current thread id, and means to compare such ids, would go a long way, though we likely want to make the interface a bit more user-friendly.
Actions