Package net.schmizz.concurrent


package net.schmizz.concurrent
  • Class
    Description
     
    Event<T extends Throwable>
    An event can be set, cleared, or awaited, similar to Python's threading.event.
    Chains an exception to desired type.
    Promise<V,T extends Throwable>
    Represents promised data of the parameterized type V and allows waiting on it.