pub async fn eval_async<D>(
node: &Node,
ctx: Value,
dispatcher: &D,
) -> Result<Value, EvalError>where
D: AsyncDispatcher + ?Sized,Expand description
Legacy Value-passing async evaluator — backward compat wrapper around
eval_async_with_storage + MemoryCtx. 既存 caller (= dynamic injection
を要求しない用途) は引き続きこの API で OK。