Searched refs:asynchronous (Results 1 – 25 of 123) sorted by relevance
12345
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 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``).
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``).
215 definition of :term:`asynchronous iterable`.222 methods. See also the definition of :term:`asynchronous iterator`.228 ABC for asynchronous generator classes that implement the protocol
256 'summary': 'An asynchronous networking framework written in Python',309 'summary': 'An asynchronous networking framework written in Python',347 'summary': 'An asynchronous networking '
190 clause may be used to iterate over a :term:`asynchronous iterator`.197 :dfn:`asynchronous comprehension`. An asynchronous comprehension may331 as with an asynchronous comprehension. If a generator expression333 it is called an :dfn:`asynchronous generator expression`.334 An asynchronous generator expression yields a new asynchronous335 generator object, which is an asynchronous iterator353 or an :term:`asynchronous generator` function and357 coroutine function to be an asynchronous generator. For example::362 async def agen(): # defines an asynchronous generator function (PEP 525)365 Generator functions are described below, while asynchronous generator[all …]
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
4 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
44 public static <K, V> RemovalListener<K, V> asynchronous( in asynchronous() method in RemovalListeners
17 function from the Nugget transport API. In future, asynchronous calls may be
54 workers: asynchronous and synchronous.56 In the asynchronous mode, the parameter updates (gradients) from the workers
37 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
48 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
44 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
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
72 asynchronous context manager77 asynchronous generator78 A function which returns an :term:`asynchronous generator iterator`. It83 Usually refers to a asynchronous generator function, but may refer to an84 *asynchronous generator iterator* in some contexts. In cases where the87 An asynchronous generator function may contain :keyword:`await`91 asynchronous generator iterator92 An object created by a :term:`asynchronous generator` function.94 This is an :term:`asynchronous iterator` which when called using the96 that the body of the asynchronous generator function until the[all …]
33 "-fno-asynchronous-unwind-tables",
11 tests: delaying asynchronous connect and QMI failure.)
31 This curl uses asynchronous name resolves. Asynchronous name resolves can be
27 libusb-1.0's asynchronous transfer API, which supports transfer
2343 asynchronous; in NTSystemCommand() local2366 asynchronous=command[strlen(command)-1] == '&' ? MagickTrue : MagickFalse; in NTSystemCommand()2367 if (asynchronous != MagickFalse) in NTSystemCommand()2410 if (asynchronous != MagickFalse) in NTSystemCommand()
100 LLVM does not model asynchronous exceptions, so it is currently impossible to101 catch an asynchronous exception generated in the same frame as the catching