Skip to content

Add Uninterruptibles support for Condition #2870

@ChristianSchwarz

Description

@ChristianSchwarz

It would be nice to have Uninterruptibles support for Condition.await() and overlaods.

So we could write

lock.lock();
try{
  awaitUninterrutibly(condition,1,MINUTE);
}finally{
 lock.unlock();
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions