File Information
Library: Foundation
Package: Threading
Header: Poco/ScopedLock.h
Description
Member Summary
Constructors
ScopedLockWithUnlock
explicit ScopedLockWithUnlock(
M & mutex
);
ScopedLockWithUnlock
ScopedLockWithUnlock(
M & mutex,
long milliseconds
);
Destructor
~ScopedLockWithUnlock
Member Functions
lock
void lock();
unlock
void unlock();