§
̇|'Å«Pã ó0 — d Z ddlZddlZddlmZ dZd„ ZdS )z6High-level support for working with threads in asyncioé Né )Úevents)Ú to_threadc � óÀ K — t j ¦ « }t j ¦ « }t j |j | g|¢R i |¤Ž}| d|¦ « ƒ d{V —†S )a† Asynchronously run function *func* in a separate thread.
Any *args and **kwargs supplied for this function are directly passed
to *func*. Also, the current :class:`contextvars.Context` is propagated,
allowing context variables from the main thread to be accessed in the
separate thread.
Return a coroutine that can be awaited to get the eventual result of *func*.
N)r Úget_running_loopÚcontextvarsÚcopy_contextÚ functoolsÚpartialÚrunÚrun_in_executor)ÚfuncÚargsÚkwargsÚloopÚctxÚ func_calls ú