File List¶
Here is a list of all files with brief descriptions:
- dir interface
- dir coroutine
- file channel.hpp C++ Coroutines based channel. It's a simplified form of the channel in The Go Language.
- file frame.h
<coroutine>
header withstd::
namespace/ - file linux.h
- file net.h Async I/O operation support with system socket functions.
- file pthread.h
- file return.h Utility to define return types for coroutine.
- file unix.h
- file windows.h
- file yield.hpp
enumerable
is simply a copy ofgenerator
in VC++
- dir modules
- dir net
- file io_darwin.cpp
- file io_linux.cpp
- file io_windows.cpp
- file resolver.cpp
- dir portable
- file frame.cpp
- dir system
- file darwin.cpp
- file kqueue.cpp
- file libmain.cpp
- file linux.cpp
- file pthread.cpp
- file windows.cpp