contextmanager_in_threadpool

contextmanager_in_threadpool(cm: ContextManager[~T]) -> AsyncGenerator[~T, None]
Parameters:
NameDescription
cmType: ContextManager[~T]