pub async fn with_async_shape_table_scope<R>(
handle: Arc<ShapeTableHandle>,
fut: impl Future<Output = R>,
) -> RExpand description
Run fut with handle installed as the task-local current shape
table. Inherited by all descendant .await points and survives
tokio task migration across worker threads.