Marine Library  1.0
C++ library for Linux Networking Development
Classes
coroutine.hh File Reference

A lightweight implementation of coroutine. More...

#include <signal.h>
#include "impl/coroutine_impl.hh"

Go to the source code of this file.

Classes

class  CCoroutine< T >
 
class  CCoroutine< T >::yield_type
 
class  CCoroutine< T & >
 
class  CCoroutine< T & >::yield_type
 
class  CCoroutine< void >
 
class  CCoroutine< void >::yield_type
 

Detailed Description

A lightweight implementation of coroutine.

Warning
This file is still under development.
Author
Zhao DAI