libevfibers
|
Inter-fiber communication pipe. More...
#include <fiber.h>
Data Fields | |
struct fbr_vrb | vrb |
size_t | prepared_bytes |
size_t | waiting_bytes |
struct fbr_cond_var | committed_cond |
struct fbr_mutex | write_mutex |
struct fbr_cond_var | bytes_freed_cond |
struct fbr_mutex | read_mutex |
Inter-fiber communication pipe.
This structure represent a communication pipe between two (or more) fibers.
Higher level wrapper around fbr_vrb.