package
Version:
v0.5.13
Opens a new window with list of versions in this module.
Published: Jan 30, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package chansemaphore は、チャネルでセマフォの動作を実現するサンプルが配置されています
type Semaphore interface {
Acquire()
Release()
}
Semaphore は、共有する資源にアクセスするのを制御する抽象データ型です.
Source Files
¶
Directories
¶
Package binarysemaphore は、チャネルでバイナリセマフォを表現しています.
|
Package binarysemaphore は、チャネルでバイナリセマフォを表現しています. |
Package countingsemaphore は、チャネルで計数セマフォを表現しています.
|
Package countingsemaphore は、チャネルで計数セマフォを表現しています. |
Click to show internal directories.
Click to hide internal directories.