Home
last modified time | relevance | path

Searched refs:awaitable (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/devel/R-cran-BH/BH/inst/include/boost/asio/
H A Dawaitable.hpp51 class BOOST_ASIO_NODISCARD awaitable class
61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
73 ~awaitable() in ~awaitable()
80 awaitable& operator=(awaitable&& other) noexcept in operator =()
112 return awaitable(static_cast<awaitable&&>(*this)).frame_->get(); in await_resume()
122 awaitable(const awaitable&) = delete;
123 awaitable& operator=(const awaitable&) = delete;
126 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/devel/hyperscan/boost_1_75_0/boost/asio/
H A Dawaitable.hpp51 class awaitable class
61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
73 ~awaitable() in ~awaitable()
104 return awaitable(static_cast<awaitable&&>(*this)).frame_->get(); in await_resume()
114 awaitable(const awaitable&) = delete;
115 awaitable& operator=(const awaitable&) = delete;
118 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/
H A Dawaitable.hpp51 class awaitable class
61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
73 ~awaitable() in ~awaitable()
104 return awaitable(static_cast<awaitable&&>(*this)).frame_->get(); in await_resume()
114 awaitable(const awaitable&) = delete;
115 awaitable& operator=(const awaitable&) = delete;
118 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/
H A Dawaitable.hpp51 class awaitable class
61 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
67 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
73 ~awaitable() in ~awaitable()
104 return awaitable(static_cast<awaitable&&>(*this)).frame_->get(); in await_resume()
114 awaitable(const awaitable&) = delete;
115 awaitable& operator=(const awaitable&) = delete;
118 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/
H A Dawaitable.hpp50 class awaitable class
60 constexpr awaitable() noexcept in awaitable() function in asio::awaitable
66 awaitable(awaitable&& other) noexcept in awaitable() function in asio::awaitable
72 ~awaitable() in ~awaitable()
103 return awaitable(static_cast<awaitable&&>(*this)).frame_->get(); in await_resume()
113 awaitable(const awaitable&) = delete;
114 awaitable& operator=(const awaitable&) = delete;
117 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in asio::awaitable
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/
H A DWithCancellation.h35 const folly::CancellationToken&, Awaitable&& awaitable) noexcept { in co_withCancellation() argument
36 return (Awaitable &&) awaitable; in co_withCancellation()
42 const folly::CancellationToken& cancelToken, Awaitable&& awaitable) const
44 noexcept(co_withCancellation(cancelToken, (Awaitable &&) awaitable)))
46 cancelToken, (Awaitable &&) awaitable)) {
47 return co_withCancellation(cancelToken, (Awaitable &&) awaitable);
51 auto operator()(folly::CancellationToken&& cancelToken, Awaitable&& awaitable)
53 std::move(cancelToken), (Awaitable &&) awaitable)))
55 std::move(cancelToken), (Awaitable &&) awaitable)) {
57 std::move(cancelToken), (Awaitable &&) awaitable);
H A DViaIfAsync.h224 static_cast<Awaitable&&>(awaitable))), in StackAwareViaIfAsyncAwaiter()
451 awaitable) noexcept(noexcept(static_cast<SemiAwaitable&&>(awaitable)
547 explicit TryAwaitable(T2&& awaitable) noexcept(
549 : inner_(static_cast<T2&&>(awaitable)) {}
599 awaitable) noexcept(noexcept(folly::coro::
619 Awaitable&& awaitable) {
621 static_cast<Awaitable&&>(awaitable)};
638 : inner_(static_cast<T2&&>(awaitable)) {}
652 NothrowAwaitable&& awaitable) {
700 Awaitable&& awaitable) {
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/asio/
H A Dawaitable.hpp41 class awaitable class
51 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
57 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
63 ~awaitable() in ~awaitable()
104 awaitable(const awaitable&) = delete;
105 awaitable& operator=(const awaitable&) = delete;
108 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/
H A Dawaitable.hpp40 class awaitable class
50 constexpr awaitable() noexcept in awaitable() function in asio::awaitable
56 awaitable(awaitable&& other) noexcept in awaitable() function in asio::awaitable
62 ~awaitable() in ~awaitable()
103 awaitable(const awaitable&) = delete;
104 awaitable& operator=(const awaitable&) = delete;
107 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in asio::awaitable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/asio/
H A Dawaitable.hpp41 class awaitable class
51 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
57 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
63 ~awaitable() in ~awaitable()
104 awaitable(const awaitable&) = delete;
105 awaitable& operator=(const awaitable&) = delete;
108 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/asio/
H A Dawaitable.hpp41 class awaitable class
51 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
57 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
63 ~awaitable() in ~awaitable()
104 awaitable(const awaitable&) = delete;
105 awaitable& operator=(const awaitable&) = delete;
108 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/devel/boost-libs/boost_1_72_0/boost/asio/
H A Dawaitable.hpp41 class awaitable class
51 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
57 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
63 ~awaitable() in ~awaitable()
104 awaitable(const awaitable&) = delete;
105 awaitable& operator=(const awaitable&) = delete;
108 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/net/asio/asio-1.16.0/include/asio/
H A Dawaitable.hpp40 class awaitable class
50 constexpr awaitable() noexcept in awaitable() function in asio::awaitable
56 awaitable(awaitable&& other) noexcept in awaitable() function in asio::awaitable
62 ~awaitable() in ~awaitable()
103 awaitable(const awaitable&) = delete;
104 awaitable& operator=(const awaitable&) = delete;
107 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in asio::awaitable
/dports/devel/boost-docs/boost_1_72_0/boost/asio/
H A Dawaitable.hpp41 class awaitable class
51 constexpr awaitable() noexcept in awaitable() function in boost::asio::awaitable
57 awaitable(awaitable&& other) noexcept in awaitable() function in boost::asio::awaitable
63 ~awaitable() in ~awaitable()
104 awaitable(const awaitable&) = delete;
105 awaitable& operator=(const awaitable&) = delete;
108 explicit awaitable(detail::awaitable_frame<T, Executor>* a) in awaitable() function in boost::asio::awaitable
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Diterobject.c322 if (awaitable == NULL) { in anextawaitable_getiter()
333 Py_DECREF(awaitable); in anextawaitable_getiter()
340 Py_DECREF(awaitable); in anextawaitable_getiter()
344 return awaitable; in anextawaitable_getiter()
371 if (awaitable == NULL) { in anextawaitable_iternext()
374 PyObject *result = (*Py_TYPE(awaitable)->tp_iternext)(awaitable); in anextawaitable_iternext()
375 Py_DECREF(awaitable); in anextawaitable_iternext()
389 if (awaitable == NULL) { in anextawaitable_proxy()
393 Py_DECREF(awaitable); in anextawaitable_proxy()
496 Py_INCREF(awaitable); in PyAnextAwaitable_New()
[all …]
/dports/lang/python310/Python-3.10.1/Objects/
H A Diterobject.c321 if (awaitable == NULL) { in anextawaitable_getiter()
332 Py_DECREF(awaitable); in anextawaitable_getiter()
339 Py_DECREF(awaitable); in anextawaitable_getiter()
343 return awaitable; in anextawaitable_getiter()
370 if (awaitable == NULL) { in anextawaitable_iternext()
373 PyObject *result = (*Py_TYPE(awaitable)->tp_iternext)(awaitable); in anextawaitable_iternext()
374 Py_DECREF(awaitable); in anextawaitable_iternext()
388 if (awaitable == NULL) { in anextawaitable_proxy()
392 Py_DECREF(awaitable); in anextawaitable_proxy()
495 Py_INCREF(awaitable); in PyAnextAwaitable_New()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dasync_yields_async.stderr1 error: an async construct yields a type which is itself awaitable
10 | ||_________^ awaitable value not awaited
22 error: an async construct yields a type which is itself awaitable
30 | | awaitable value not awaited
35 error: an async construct yields a type which is itself awaitable
44 | ||_________^ awaitable value not awaited
55 error: an async construct yields a type which is itself awaitable
63 | | awaitable value not awaited
68 error: an async construct yields a type which is itself awaitable
75 | awaitable value not awaited
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dpy35_pep492_interop.pyx41 async def await_pyobject(awaitable): argument
50 >>> async def awaiting(awaitable):
51 ... return await awaitable
57 return await awaitable
62 >>> async def run_await(awaitable):
63 ... return await awaitable
87 async def awaiting(awaitable): argument
88 return await awaitable
101 ... return await awaitable
150 async def awaiting(awaitable): argument
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dpy35_pep492_interop.pyx41 async def await_pyobject(awaitable): argument
50 >>> async def awaiting(awaitable):
51 ... return await awaitable
57 return await awaitable
62 >>> async def run_await(awaitable):
63 ... return await awaitable
87 async def awaiting(awaitable): argument
88 return await awaitable
101 ... return await awaitable
150 async def awaiting(awaitable): argument
[all …]
/dports/devel/py-ijson/ijson-3.1.4/ijson/backends/yajl2_c/
H A Dasync_reading_generator.c25 self->awaitable = NULL; in async_reading_generator_init()
49 Py_XDECREF(self->awaitable); in async_reading_generator_dealloc()
101 if (gen->awaitable == NULL) { in async_reading_generator_next()
107 N_N(gen->awaitable = PyObject_CallMethod(get_read_coro, "__await__", NULL)); in async_reading_generator_next()
108 assert(PyIter_Check(gen->awaitable)); in async_reading_generator_next()
120 gen->awaitable = read_coro; in async_reading_generator_next()
121 Py_INCREF(gen->awaitable); in async_reading_generator_next()
124 N_N(gen->awaitable = PyObject_CallMethod(read_coro, "__await__", NULL)); in async_reading_generator_next()
126 assert(PyIter_Check(gen->awaitable)); in async_reading_generator_next()
132 PyObject *value = Py_TYPE(gen->awaitable)->tp_iternext(gen->awaitable); in async_reading_generator_next()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/experimental/
H A Dco_spawn.hpp120 class awaitable class
130 awaitable(awaitable&& other) noexcept in awaitable() function in asio::experimental::awaitable
136 ~awaitable() in ~awaitable()
180 awaitable(const awaitable&) = delete;
181 awaitable& operator=(const awaitable&) = delete;
184 explicit awaitable(detail::awaitee<T, Executor>* a) : awaitee_(a) {} in awaitable() function in asio::experimental::awaitable
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/asio/experimental/
H A Dco_spawn.hpp121 class awaitable
131 awaitable(awaitable&& other) noexcept
137 ~awaitable()
181 awaitable(const awaitable&) = delete;
182 awaitable& operator=(const awaitable&) = delete;
185 explicit awaitable(detail::awaitee<T, Executor>* a) : awaitee_(a) {}
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/experimental/
H A Dco_spawn.hpp120 class awaitable class
130 awaitable(awaitable&& other) noexcept in awaitable() function in asio::experimental::awaitable
136 ~awaitable() in ~awaitable()
180 awaitable(const awaitable&) = delete;
181 awaitable& operator=(const awaitable&) = delete;
184 explicit awaitable(detail::awaitee<T, Executor>* a) : awaitee_(a) {} in awaitable() function in asio::experimental::awaitable
/dports/devel/hyperscan/boost_1_75_0/boost/asio/impl/
H A Dawaitable.hpp151 auto await_transform(awaitable<T, Executor> a) const in await_transform()
282 awaitable<T, Executor> get_return_object() noexcept in get_return_object()
285 return awaitable<T, Executor>(this); in get_return_object()
318 awaitable<void, Executor> get_return_object() in get_return_object()
321 return awaitable<void, Executor>(this); in get_return_object()
342 awaitable_thread(awaitable<void, Executor> p, const Executor& ex) in awaitable_thread()
367 awaitable<void, Executor>(std::move(a)); in ~awaitable_thread()
394 awaitable<void, Executor> a(std::move(bottom_of_stack_)); in pump()
399 awaitable<void, Executor> bottom_of_stack_;
414 struct coroutine_traits<boost::asio::awaitable<T, Executor>, Args...>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/impl/
H A Dawaitable.hpp151 auto await_transform(awaitable<T, Executor> a) const in await_transform()
282 awaitable<T, Executor> get_return_object() noexcept in get_return_object()
285 return awaitable<T, Executor>(this); in get_return_object()
318 awaitable<void, Executor> get_return_object() in get_return_object()
321 return awaitable<void, Executor>(this); in get_return_object()
342 awaitable_thread(awaitable<void, Executor> p, const Executor& ex) in awaitable_thread()
367 awaitable<void, Executor>(std::move(a)); in ~awaitable_thread()
394 awaitable<void, Executor> a(std::move(bottom_of_stack_)); in pump()
399 awaitable<void, Executor> bottom_of_stack_;
414 struct coroutine_traits<boost::asio::awaitable<T, Executor>, Args...>
[all …]

12345678910>>...32