Page Speed Optimization Libraries
1.13.35.1
|
#include "named_lock_manager.h"
Public Member Functions | |
virtual NamedLock * | CreateNamedLock (const StringPiece &name)=0 |
A named_lock_manager provides global locks named by strings (with the same naming limitations in general as file names). They provide a fairly rich api, with blocking and try versions and various timeout / steal behaviors.