join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
condition_test.cpp File Reference
#include <join/error.hpp>
#include <join/condition.hpp>
#include <gtest/gtest.h>
#include <future>
#include <thread>
Include dependency graph for condition_test.cpp:

Functions

 TEST (Condition, wait)
 test wait.
 
 TEST (Condition, timedWait)
 test timedWait.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/2]

TEST ( Condition ,
timedWait  )

test timedWait.

◆ TEST() [2/2]

TEST ( Condition ,
wait  )

test wait.