langchain_community.tools.playwright.utils.run_async¶
- langchain_community.tools.playwright.utils.run_async(coro: Coroutine[Any, Any, T]) T[source]¶
Run an async coroutine.
- Parameters
coro (Coroutine[Any, Any, T]) – The coroutine to run. Coroutine[Any, Any, T]
- Returns
The result of the coroutine.
- Return type
T