|
join 1.0
lightweight network framework library
|
#include <join/error.hpp>#include <join/condition.hpp>#include <gtest/gtest.h>#include <future>#include <thread>
Functions | |
| TEST (Condition, wait) | |
| test wait. | |
| TEST (Condition, timedWait) | |
| test timedWait. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | Condition | , |
| timedWait | ) |
test timedWait.
| TEST | ( | Condition | , |
| wait | ) |
test wait.