LUMIERA.clone/tests/core/steam/control
Ichthyostega 67b010ba7e Library: (re)introduce the distinction join / detach
While it would be straight forward from an implementation POV
to just expose both variants on the API (as the C++ standard does),
it seems prudent to enforce the distinction, and to highlight the
auto-detaching behaviour as the preferred standard case.

Creating worker threads just for one computation and joining the results
seemed like a good idea 30 years ago; today we prefer Futures or asynchronous
messaging to achieve similar results in a robust and performant way.

ThreadJoinable can come in handy however for writing unit tests, were
the controlling master thread has to wait prior to perform verification.

So the old design seems well advised in this respect and will be retained
2023-09-26 01:00:00 +02:00
..
argument-tuple-accept-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-argument-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-basic-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
command-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-clone-builder-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-equality-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-instance-manager-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
command-message-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-mutation-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-queue-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
command-registry-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-setup-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
command-use1-test.cpp Commands: disable equivalence-test on command equality 2019-06-23 17:35:21 +02:00
command-use2-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
command-use3-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-looper-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
handling-pattern-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
handling-pattern-standard-impl-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
memento-tie-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
session-command-function-test.cpp Library: (re)introduce the distinction join / detach 2023-09-26 01:00:00 +02:00
test-dummy-commands.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-dummy-commands.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00