Searched refs:asynchronous (Results 1 – 25 of 148) sorted by relevance
123456
7 PURPOSE = "Verify kernel correctly implements asynchronous driver probing"10 asynchronous probing takes too long.19 Checks that the kernel correctly implements asynchronous probing for
5 :synopsis: A base class for developing asynchronous socket handling25 This module provides the basic infrastructure for writing asynchronous socket56 any that have been added to the map during asynchronous service) is closed.81 which are called from the asynchronous loop. Otherwise, it can be treated85 states tells the asynchronous loop that certain higher-level events have105 During asynchronous processing, each mapped channel's :meth:`readable` and116 Called when the asynchronous loop detects that a :meth:`read` call on the122 Called when the asynchronous loop detects that a writable socket can be178 Called each time around the asynchronous loop to determine whether a186 Called each time around the asynchronous loop to determine whether a
5 :synopsis: Support for asynchronous command/response protocols.23 asynchronous clients and servers and making it easier to handle protocols27 :meth:`found_terminator` methods. It uses the same asynchronous loop as56 The asynchronous input buffer size (default ``4096``).61 The asynchronous output buffer size (default ``4096``).
26 asyncio is used as a foundation for multiple Python asynchronous50 provide asynchronous APIs for :meth:`networking <loop.create_server>`,
221 definition of :term:`asynchronous iterable`.228 methods. See also the definition of :term:`asynchronous iterator`.234 ABC for asynchronous generator classes that implement the protocol
103 :ref:`asynchronous context manager <async-context-managers>`.106 function for :keyword:`async with` statement asynchronous context managers,108 :meth:`__aexit__` methods. It must be applied to an :term:`asynchronous458 An :ref:`asynchronous context manager <async-context-managers>`, similar460 asynchronous context managers, as well as having coroutines for468 Similar to :meth:`enter_context` but expects an asynchronous context473 Similar to :meth:`push` but expects either an asynchronous context manager
65 A Future represents an eventual result of an asynchronous197 asynchronous Task to set result for the Future, and waits until
5 :synopsis: A base class for developing asynchronous socket handling16 This module provides the basic infrastructure for writing asynchronous socket47 any that have been added to the map during asynchronous service) is closed.72 which are called from the asynchronous loop. Otherwise, it can be treated76 states tells the asynchronous loop that certain higher-level events have96 During asynchronous processing, each mapped channel's :meth:`readable` and107 Called when the asynchronous loop detects that a :meth:`read` call on the113 Called when the asynchronous loop detects that a writable socket can be155 Called each time around the asynchronous loop to determine whether a163 Called each time around the asynchronous loop to determine whether a
5 :synopsis: Support for asynchronous command/response protocols.14 asynchronous clients and servers and making it easier to handle protocols18 :meth:`found_terminator` methods. It uses the same asynchronous loop as47 The asynchronous input buffer size (default ``4096``).52 The asynchronous output buffer size (default ``4096``).
214 clause may be used to iterate over a :term:`asynchronous iterator`.221 :dfn:`asynchronous comprehension`. An asynchronous comprehension may383 :dfn:`asynchronous generator expression`. An asynchronous generator384 expression returns a new asynchronous generator object,385 which is an asynchronous iterator (see :ref:`async-iterators`).391 Prior to Python 3.7, asynchronous generator expressions could393 with 3.7, any function can use asynchronous generator expressions.415 or an :term:`asynchronous generator` function and419 coroutine function to be an asynchronous generator. For example::424 async def agen(): # defines an asynchronous generator function[all …]
143 self._save(session, last_step, asynchronous=False)148 def _save(self, session, step, asynchronous=True): argument173 if not asynchronous:
28 #### Synchronous vs. asynchronous33 On the other hand, networks are inherently asynchronous and in many scenarios,38 asynchronous flavors.
23 asynchronous interruption. For UNIX and UNIX-like platforms, such28 Signal frames are somewhat unusual because the asynchronous nature of
9 Description: libevent is an asynchronous notification event loop library
44 public static <K, V> RemovalListener<K, V> asynchronous( in asynchronous() method in RemovalListeners
14 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
17 function from the Nugget transport API. In future, asynchronous calls may be
8 asynchronous data transfers without involving the host
12 summary: "The Reactive Extensions (Rx) asynchronous algorithm library";
214 "myFirstScript" : ["test-scripts/first.sh","asynchronous"]227 The synchronousness can be either `"synchronous"` or `"asynchronous"` and231 * asynchronous : The script will run concurrently to the execution of the
87 asynchronous context manager92 asynchronous generator93 A function which returns an :term:`asynchronous generator iterator`. It98 Usually refers to an asynchronous generator function, but may refer to an99 *asynchronous generator iterator* in some contexts. In cases where the102 An asynchronous generator function may contain :keyword:`await`106 asynchronous generator iterator107 An object created by a :term:`asynchronous generator` function.109 This is an :term:`asynchronous iterator` which when called using the111 the body of the asynchronous generator function until the next[all …]
11 tests: delaying asynchronous connect and QMI failure.)
33 "-fno-asynchronous-unwind-tables",
31 This curl uses asynchronous name resolves. Asynchronous name resolves can be
27 libusb-1.0's asynchronous transfer API, which supports transfer