Return the [`MemoryPool`] associated with this [TaskContext]
(&self)
| 132 | |
| 133 | /// Return the [`MemoryPool`] associated with this [TaskContext] |
| 134 | pub fn memory_pool(&self) -> &Arc<dyn MemoryPool> { |
| 135 | &self.runtime.memory_pool |
| 136 | } |
| 137 | |
| 138 | /// Return the [RuntimeEnv] associated with this [TaskContext] |
| 139 | pub fn runtime_env(&self) -> Arc<RuntimeEnv> { |
no outgoing calls