HomeSort by: relevance | last modified time | path
    Searched refs:asyncio (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/scripts/
grandchild_wrapper.py 32 import asyncio
40 pgrep = await asyncio.create_subprocess_exec(
42 stdout=asyncio.subprocess.PIPE)
54 asyncio.create_task(signal_to_grandchild(child))
61 child = await asyncio.create_subprocess_exec(*args)
65 loop = asyncio.get_running_loop()
72 asyncio.run(main())
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 19 import asyncio namespace
47 [bytes, tuple[str, int], asyncio.DatagramTransport], Coroutine[Any, Any, None]
52 [asyncio.StreamReader, asyncio.StreamWriter], Coroutine[Any, Any, None]
56 class _AsyncUdpHandler(asyncio.DatagramProtocol):
58 Protocol implementation for handling UDP traffic using asyncio.
65 self._transport: asyncio.DatagramTransport | None = None
68 def connection_made(self, transport: asyncio.BaseTransport) -> None:
70 Called by asyncio when a connection is made.
72 self._transport = cast(asyncio.DatagramTransport, transport
    [all...]
  /src/external/mit/libuv/dist/
LINKS.md 41 * [uvloop](https://github.com/MagicStack/uvloop): Ultra fast implementation of python's asyncio event loop on top of libuv
66 * [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast asyncio event loop.
  /src/external/bsd/zstd/dist/tests/
playTests.sh 1717 println "\n===> zstd asyncio tests "
1730 roundTripTest -g2M "3 --asyncio --format=$1"
1731 roundTripTest -g2M "3 --no-asyncio --format=$1"
1750 zstd -d tmp_compressed.zst --asyncio -c | $MD5SUM > tmp1
1753 zstd -d tmp_compressed.zst --no-asyncio -c | $MD5SUM > tmp1

Completed in 16 milliseconds