Closed keltia closed 1 year ago
For now, fetiche-engine does state & queue management itself, including savid PID and stuff.
fetiche-engine
Now that I can call Engine::new(), store it and use it inside fetiched, move state management there, maybe in a State actor?
Engine::new()
fetiched
State
Introduced in c46f2623650388525eb59c1e4326f0f01f96257b.
For now,
fetiche-engine
does state & queue management itself, including savid PID and stuff.Now that I can call
Engine::new()
, store it and use it insidefetiched
, move state management there, maybe in aState
actor?