Update the [`RuntimeEnv`]
(mut self, runtime: Arc<RuntimeEnv>)
| 164 | |
| 165 | /// Update the [`RuntimeEnv`] |
| 166 | pub fn with_runtime(mut self, runtime: Arc<RuntimeEnv>) -> Self { |
| 167 | self.runtime = runtime; |
| 168 | self |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | impl FunctionRegistry for TaskContext { |
no outgoing calls