Skip to main contentModule env
Source pub use async_hook::AsyncRuntime;
- apply
- async_hook
- Hook trait for the optional async runtime (
cljrs-async). - callback
- Thread-local eval context for Rust→Clojure callbacks.
- depth
- Call-depth cap for
ExecutionMode::NoGcTransaction. - dynamics
- Thread-local dynamic variable binding stack.
- env
- Lexical environment: local frames, global namespace table, and current Env.
- error
- Evaluation-time error types.
- gas
- Cooperative execution-credit metering shared by every evaluation tier.
- gc_roots
- loader
- Namespace file loader: resolves
require to source files and evaluates them. - policy
- Dynamic execution policy for restricted evaluator profiles.
- taps
- vcs
- The runtime’s interface to version control.
- versioned
- Shared versioned-symbol/namespace resolution service.