Loading...
Searching...
No Matches
#include <util/sll/either.h>
#include "task.h"
Go to the source code of this file.
|
| template<typename Promise> |
| void | LC::Util::detail::TerminateLeftyCoroutine (std::coroutine_handle< Promise > handle, const auto &error) |
| template<typename L, typename R, typename F> |
| detail::EitherAwaiter< L, R, F > | LC::Util::WithHandler (const Either< L, R > &either, F &&errorHandler) |
| template<typename L, typename R> |
| Util::detail::EitherAwaiter< L, R, std::identity > | LC::operator co_await (const Util::Either< L, R > &either) |