lumiera_/src/vault/gear
Ichthyostega cf7c2d1327 Workforce: analysis and design
- investigate consistency guarantees through acquire-release
  ==> turns out we do not need a fence, but it is tantamount
      to have a guard variable and actually load and check
      the value to ensure we indeed get a happens-before

- elaborate design of the WorkForce
  + no shared control variables necessary
  + no ability to forcibly shut-down the WorkForce
  + rather, all control will be exerted through the return value
    of the Work-Functor
2023-09-06 19:18:37 +02:00
..
activity-lang.cpp Activity-Lang: adaptor to watch existing Activity's activation 2023-08-19 19:06:44 +02:00
activity-lang.hpp Activity-Lang: abstracted execution framework complete and tested (closes: #1319) 2023-09-03 01:50:50 +02:00
activity-term.hpp Activity-Lang: complete handling of IO activities 2023-09-03 00:40:37 +02:00
activity.hpp Workforce: analysis and design 2023-09-06 19:18:37 +02:00
block-flow.hpp Activity-Lang: verify memory allocation and connectivity 2023-08-29 18:46:37 +02:00
engine-config.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
engine-config.hpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
job.cpp Activity-Lang: failure will certainly not be signalled to the Job 2023-08-15 17:18:30 +02:00
job.h Activity-Lang: wire Job invocation in the activity::Term builder 2023-08-29 04:19:19 +02:00
nop-job-functor.hpp Activity-Lang: adaptor to watch existing Activity's activation 2023-08-19 19:06:44 +02:00
scheduler-commutator.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
scheduler-diagnostics.hpp Activity-Lang: wire Job invocation in the activity::Term builder 2023-08-29 04:19:19 +02:00
scheduler-frontend.cpp Scheduler: devise the arrangement of basic components 2023-06-24 03:14:17 +02:00
scheduler-frontend.hpp Activity-Lang: wire Job invocation in the activity::Term builder 2023-08-29 04:19:19 +02:00
scheduler-invocation.hpp Block-Flow: consider data storage for render activities 2023-07-06 16:35:42 +02:00
scheduler.cpp Activity-Lang: introduce a callback hook 2023-08-01 15:37:56 +02:00
scheduler.hpp Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
work-force.cpp Workforce: draft simple usage 2023-09-05 00:24:33 +02:00
work-force.hpp Workforce: analysis and design 2023-09-06 19:18:37 +02:00