pub fn capture_current() -> Vec<HashMap<VarKey, Value>>
Snapshot the current thread’s entire binding stack (for conveyance into a child thread, e.g. future).
future