class
	SEMAPHORE

General
	cluster: ise
	description: "Semaphore synchronization object, allows threads to access global data through critical sections."
	create: make

Ancestors
	DISPOSABLE*

Queries
	is_set: BOOLEAN
	try_wait: BOOLEAN

Commands
	destroy
	dispose
	post
	wait


Generated by ISE EiffelStudio