lumiera_/tests/vault
Ichthyostega 416895b5b2 Library: prepare switch of Thread-wrapper to C++17
The investigation for #1279 leads to the following conclusions

- the features and the design of our custom thread-wrapper
  almost entirely matches the design chosen meanwhile by the C++ committee

- the implementation provided by the standard library however uses
  modern techniques (especially Atomics) and is more precisely worked out
  than our custom implementation was.

- we do not need an *active* threadpool with work-assignment,
  rather we'll use *active* workers and a *passive* pool,
  which was easy to implement based on C++17 features

==> decision to drop our POSIX based custom implementation
    and to retrofit the Thread-wrapper as a drop-in replacement

+++ start this refactoring by moving code into the Library
+++ create a copy of the Threadwrapper-code to build and test
    the refactorings while the application itself still uses
    existing code, until the transition is complete
2023-09-21 23:23:55 +02:00
..
gear Workforce: implementation complete 2023-09-09 23:42:13 +02:00
mem Block-Flow: rationalise iterator usage 2023-07-13 18:35:10 +02:00
DIR_INFO Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
test-filedescriptors.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-filehandles.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-fileheader.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-filemmap.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-resourcecollector.c Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
test-threadpool.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-threads.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00