forked from kent/consciousness
Both event loops borrow &mind through a scoped spawn — no Arc on Mind needed. Interior Arcs on agent/shared stay (background spawns need 'static), but event_loop::run() now takes &Arc refs instead of cloned Arcs. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev> |
||
|---|---|---|
| .. | ||
| chat.rs | ||
| context.rs | ||
| event_loop.rs | ||
| mod.rs | ||
| subconscious.rs | ||
| thalamus.rs | ||
| ui_channel.rs | ||
| unconscious.rs | ||