implements a class which allows a user to wait() or release() the wait after done
implements a class which allows a user to wait() or release() the wait after done. Another user can block all waiters, or allow waiters to go through.
virtual ~VThreadGate()
void Open()
void Close()
void Release()
void Wait()
VThreadGate(const VThreadGate&)
VThreadGate& operator=(const VThreadGate&)
generated by doc++