Documentation for method release
assembled from the following pages:
Class: Distro §
From Distro
(Distro) method release §
Instance method returning the release information of the Distro object. Dies if the release information could not be established.
Class: Kernel §
From Kernel
(Kernel) method release §
method release
Instance method returning the release information of the Kernel object. Dies if the release information could not be established.
Class: Compiler §
From Compiler
(Compiler) method release §
It's empty, but it might contain the release number for specific releases.
Class: Semaphore §
From Semaphore
(Semaphore) method release §
method release()
Release the semaphore raising the number of permissions. Any blocked thread will get access after that.