Package io.activej.csp.supplier
package io.activej.csp.supplier
-
ClassDescriptionThis interface represents supplier of
Promiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes.Provides additional functionality for managingChannelSuppliers.