Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: two minus two?
(Example: nine)

The Note You're Voting On

john dot wellesz at teaser dot fr
11 years ago
Threaded::synchronized() allows you to safely set or read synchronization conditions and act upon them (using ::wait() and ::notify()) knowing that only one call to synchronized() on the referenced object can be executed at a particular time, other calls from different thread contexts will block until the path is cleared by a call to ::wait() inside your ::Synchronized() closure.

<< Back to user notes page

To Top