Home
last modified time | relevance | path

Searched refs:InlineTaskDetached (Results 1 – 2 of 2) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/detail/
H A DInlineTask.h235 struct InlineTaskDetached { struct
259 InlineTaskDetached get_return_object() noexcept { in get_return_object() argument
260 return InlineTaskDetached{ in get_return_object()
284 InlineTaskDetached(InlineTaskDetached&& other) noexcept in InlineTaskDetached() argument
287 ~InlineTaskDetached() { in ~InlineTaskDetached() argument
303 explicit InlineTaskDetached(coroutine_handle<promise_type> h) noexcept in InlineTaskDetached() argument
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/
H A DTask.h438 detail::InlineTaskDetached startImpl(TaskWithExecutor task, F cb) { in startImpl()
447 detail::InlineTaskDetached startInlineImpl(TaskWithExecutor task, F cb) { in startInlineImpl()