My Project
basictest.cc
Go to the documentation of this file.
1 #include "singthreads.h"
2 #include "channel.h"
3 #include "syncvar.h"
4 
5 int main() {
8  Semaphore sem(1);
9  return 0;
10 }
11 
int main()
Definition: basictest.cc:5