Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
U
i_|C @ s d Z dZddlZddlZddlZddlmZ ddlmZ ddlmZ ddlm Z G d d
d
Z
G dd dZG d
d deZG dd dZ
G dd deZG dd deZG dd deZdS )zSynchronization primitives.)LockEvent Condition SemaphoreBoundedSemaphore N )events)futures)
exceptions)
coroutinesc @ s( e Zd ZdZdd Zdd Zdd ZdS ) _ContextManagera\ Context manager.
This enables the following idiom for acquiring and releasing a
lock around a block:
with (yield from lock):
while failing loudly when accidentally using:
with lock:
Deprecated, use 'async with' statement:
async with lock:
c C s
|| _ d S N)_lock)selflock r ,/opt/python38/lib/python3.8/asyncio/locks.py__init__" s z_ContextManager.__init__c C s d S r
r r r r r __enter__% s z_ContextManager.__enter__c G s z| j W 5 d | _ X d S r
)r releaser argsr r r __exit__* s z_ContextManager.__exit__N)__name__
__module____qualname____doc__r r r r r r r r s r c @ sR e Zd Zdd Zdd Zejdd Zej e_ dd Z
d d
Zdd Zd
d Z
dS )_ContextManagerMixinc C s t dd S )Nz9"yield from" should be used as context manager expression)RuntimeErrorr r r r r 2 s z_ContextManagerMixin.__enter__c G s d S r
r r r r r r 6 s z_ContextManagerMixin.__exit__c c s&