fc33b4f88200464286a90176792a3c879d300601
now we can use Lock() more than one in the same thread and next Unlock() will recognize it sample: Lock(); // first lock -- resources locked Lock(); // second lock -- skipped (counter incremented) ... Unlock(); // first unlock -- skipped (because counter greater than zero) Unlock(); // second unlock -- actually unlocking git-svn-id: svn://ttmath.org/publicrep/winix/trunk@830 e52654a7-88a9-db11-a3e9-0013d4bc506e
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Languages
C++
92.5%
HTML
6.6%
Makefile
0.6%
Shell
0.2%
C
0.1%