forked from kent/consciousness
Move turn_handle into MindState (behind the mutex). All Mind methods now take &self. Mind can be shared across tasks without Arc — it's Send + Sync and immutable from the outside. Manual Clone impl for MindState skips turn_handle (not needed for UI diffing). Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev> |
||
|---|---|---|
| .. | ||
| dmn.rs | ||
| identity.rs | ||
| log.rs | ||
| mod.rs | ||