Class Semaphore


  • public class Semaphore
    extends Object
    "Real" binary semaphore, where subsequent calls to release do not make the semaphore be able to acquire more than the maximum permits.
    Author:
    Tomas Westling <tomas.westling@sonyericsson.com>