Package org.hibernate.reactive.util.async.impl


package org.hibernate.reactive.util.async.impl
The classes in this package come from the IBM Java async util library (com.ibm.asyncutil:0.1.0): https://github.com/IBM/java-async-util We only use a couple of functions from the library, so we've decided to copy only what we need instead of having an additional dependency.
  • Class
    Description
    Copy of com.ibm.asyncutil.util.AsyncClosable in com.ibm.async:asyncutil:0.1.0 with minor changes to the java doc.
    Copy of com.ibm.asyncutil.iteration.AsyncIterator from com.ibm.async:asyncutil:0.1.0 without all the methods and imports we don't need for Hibernate Reactive.
    A marker enum that indicates there are no elements left in the iterator.
    Copy of com.ibm.asyncutil.iteration.AyncTrampoline from com.ibm.async:asyncutil:0.1.0 without all the methods and imports we don't need for Hibernate Reactive.
    Either<L,R>
    Copy of com.ibm.asyncutil.util.Either from com.ibm.async:asyncutil:0.1.0 without all the methods and imports we don't need for Hibernate Reactive.