libcommunism
Userspace cooperative threading library
src
CothreadPrivate.h
Go to the documentation of this file.
1
#ifndef COTHREADPRIVATE_H
2
#define COTHREADPRIVATE_H
3
4
#include <
libcommunism/Cothread.h
>
5
6
#include <functional>
7
9
namespace
libcommunism::internal
{
10
extern
std::function<void(
libcommunism::Cothread
*)>
gReturnHandler
;
11
};
12
13
#endif
Cothread.h
libcommunism::Cothread
Instance of a single cooperative thread.
Definition:
Cothread.h:24
libcommunism::internal
Implementation details (including architecture/platform specific code) for the library.
Definition:
Common.h:11
libcommunism::internal::gReturnHandler
std::function< void(libcommunism::Cothread *)> gReturnHandler
Definition:
Cothread.cpp:72
Generated by
1.9.1