Package gmisclib :: Module opt :: Class semclass
[frames] | no frames]

Class semclass

source code

This is a semaphore to control the number of simultaneous computations. It hands out a mysem class which is used to release the semaphore.

Instance Methods
 
__init__(self, n) source code
 
acquire(self) source code
Class Variables
  __doc__ = """This is a semaphore to control the number...
Class Variable Details

__doc__

Value:
"""This is a semaphore to control the number of
			simultaneous computations.  It hands out a
			mysem class which is used to release the semaphore."""