[ 
https://issues.apache.org/jira/browse/LANG-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Heger updated LANG-1275:
-------------------------------
    Attachment: LANG_1275.patch

Added patch for TimedSemaphore and its test class.

> Add a tryAcquire() method to TimedSemaphore
> -------------------------------------------
>
>                 Key: LANG-1275
>                 URL: https://issues.apache.org/jira/browse/LANG-1275
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.concurrent.*
>    Affects Versions: 3.4
>            Reporter: Oliver Heger
>         Attachments: LANG_1275.patch
>
>
> In order to support non-blocking use cases and be more in-line with Java's 
> {{Semaphore}} class, {{TimedSemaphore}} should support a _tryAcquire()_ 
> method:
> {code}
> public boolean tryAcquire();
> {code}
> The method checks whether another permit can be acquired. If so, it acquires 
> the permit and returns *true*. Otherwise, it returns *false* without blocking 
> the calling thread.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to