method release
Documentation for method release
assembled from the following types:
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
Instance method returning the release information of the Kernel object. Dies if the release information could not be established.
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.