RubyGems Navigation menu

psem 0.0.1

A named semaphore is identified by a name of the form /somename; that is, a null-terminated string of up to 251 characters consisting of an initial slash, followed by one or more characters, none of which are slashes. Two processes can operate on the same named semaphore by passing the same name to sem_open. The sem_open function creates a new named semaphore or opens an existing named semaphore. After the semaphore has been opened, it can be operated on using sem_post and sem_wait. When a process has finished using the semaphore, it can use sem_close to close the semaphore. When all processes have finished using the semaphore, it can be removed from the system using sem_unlink.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.2.1 February 13, 2019 (6.5KB)
  2. 0.0.1 February 13, 2019 (6.5KB)

所有者:

作者:

  • Can Selcik

SHA 256チェックサム:

=

累計ダウンロード数 3,518

このバージョンのみ 1,495

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: