Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 34917 программистов и 3400 роботов. Сейчас ищут 1024 программиста ...
Приступая к работе

The SyncMutex class

Вернуться к: Sync

(PECL sync >= 1.0.0)

Введение

A cross-platform, native implementation of named and unnamed countable mutex objects.

A mutex is a mutual exclusion object that restricts access to a shared resource (e.g. a file) to a single instance. Countable mutexes acquire the mutex a single time and internally track the number of times the mutex is locked. The mutex is unlocked as soon as it goes out of scope or is unlocked the same number of times that it was locked.

Обзор классов

SyncMutex {
/* Методы */
public __construct ([ string $name ] )
public bool lock ([ integer $wait ] )
public bool unlock ([ bool $all ] )
}

Содержание



Вернуться к: Sync

© 2025 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware