In Kernel§

See primary documentation in context for method release

method release

Instance method returning the release information of the Kernel object. Dies if the release information could not be established.

In Distro§

See primary documentation in context for method release

Instance method returning the release information of the Distro object. Dies if the release information could not be established.

In Compiler§

See primary documentation in context for method release

It's empty, but it might contain the release number for specific releases.

In Semaphore§

See primary documentation in context for method release

method release()

Release the semaphore raising the number of permissions. Any blocked thread will get access after that.