Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2025-06-17 13:35:51 +02:00
5565a60353 actor: extract common code to ac-step function
helmutm pushed to master at cco/cl-scopes 2025-06-17 10:40:28 +02:00
91e52e7437 actor: improve handling of standard (looping) task, use behavior slot
helmutm pushed to master at cco/decons 2025-06-17 09:48:09 +02:00
d49eb79475 tests: remove actor:stop - obsolete for restartable actors
helmutm pushed to master at cco/cl-scopes 2025-06-17 09:47:08 +02:00
5562155740 actor: clean-up: remove obsolete code, only use async:task
helmutm pushed to master at cco/cl-scopes 2025-06-16 22:53:39 +02:00
4503391b22 actor: restartable task: remove explicit start, add error handling
f498b0cf78 code clean-up - remove obsolete stuff after release of restartable tasks
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2025-06-16 14:40:04 +02:00
17899b934c fix actor flow: ac-loop, send
helmutm pushed to master at cco/cl-scopes 2025-06-16 11:23:01 +02:00
dfb6ca23c9 fix: use behavior from task
helmutm pushed to master at cco/decons 2025-06-16 10:54:31 +02:00
b14c01f4e9 explicit become also in test: probe neuron
helmutm pushed to master at cco/cl-scopes 2025-06-16 10:53:42 +02:00
02c8e68ced actor with restartable task now active (+ async fixes)
helmutm pushed to master at cco/decons 2025-06-16 10:40:41 +02:00
06aa41de77 actor now needs explicit become when changing behavior (state)
f86428a2c7 rename csys to asys (asynchronous actor systems
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2025-06-16 10:26:23 +02:00
b8dd5314e2 work in progress: restartable task: fix become - use *self* for current task in ac-loop
helmutm pushed to master at cco/cl-scopes 2025-06-16 09:59:34 +02:00
8de0ee8927 work in progress: implement actor methods for restartable task
helmutm pushed to master at cco/elx-scopes 2025-06-16 08:20:19 +02:00
81c2a6e041 minor fixes for message type, + info on indexes (tbd)
helmutm pushed to master at cco/cl-scopes 2025-06-15 22:38:30 +02:00
eef43f090e work in progress: use new async task definition
helmutm pushed to master at cco/cl-scopes 2025-06-15 16:13:41 +02:00
2042748fc8 work in progress: actor based on restartable-task with thread-safe status flag
helmutm pushed to master at cco/elx-scopes 2025-06-15 09:04:10 +02:00
90d379552a unit tests: improve fixes for message type (data field, type: map)
helmutm pushed to master at cco/elx-scopes 2025-06-15 07:41:59 +02:00
7d6f99505a fix unit tests for new message type
helmutm pushed to master at cco/elx-scopes 2025-06-14 19:02:39 +02:00
6b828b2574 add context Core with resource Message
helmutm pushed to master at cco/elx-scopes 2025-06-14 17:14:59 +02:00
e9e11843b8 more on authentication
helmutm pushed to master at cco/elx-scopes 2025-06-13 17:52:08 +02:00
94826533f0 initial import