C++ links: Coroutines
https://github.com/MattPD/cpplinks / C++ Standard / C++20 / Coroutines
(draft; work in progress)
#coroutines (C++ Slack): https://cpplang.slack.com/archives/C5JS5JXT5
#pragma once | |
#include <cstdint> | |
#include <exception> | |
#include <type_traits> | |
#include <utility> | |
// Usage | |
// ON_SCOPE_EXIT <callable> ; | |
// ON_SCOPE_EXIT_FAIL <callable> ; |
https://github.com/MattPD/cpplinks / C++ Standard / C++20 / Coroutines
(draft; work in progress)
#coroutines (C++ Slack): https://cpplang.slack.com/archives/C5JS5JXT5
# https://unix.stackexchange.com/a/37182/140618 | |
shopt -s autocd |