LUMIERA.clone/src/vault/gear
Ichthyostega 666546856f Scheduler: design the core API operation - postDispatch
This central operation sits at a crossroad and is used
- from external clients to fed new work to the Scheduler
- from Workers to engage into execution of the next Activity
- recursively from the execution of an Activity-chain

From these requirements the semantics of behaviour can be derived
regarding the GroomingToken and the result values, which indicate
when follow-up work should be processed
2023-10-18 15:50:11 +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 Scheduler: clarify role of the Time parameter 2023-10-17 03:04:19 +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: design the core API operation - postDispatch 2023-10-18 15:50:11 +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 Scheduler: define expected behaviour for work retrieval 2023-10-18 02:59:58 +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: configuration and initialisation of workers 2023-09-07 17:15:25 +02:00
work-force.hpp Library/Application: switch WorkForce 2023-10-12 22:00:55 +02:00