Uses of Package
io.activej.csp
Packages that use io.activej.csp
Package
Description
-
Classes in io.activej.csp used by io.activej.cspClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.binaryClassDescriptionThis interface represents supplier of
Promiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.dslClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.fileClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.netClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.processClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes. -
Classes in io.activej.csp used by io.activej.csp.process.frames
-
Classes in io.activej.csp used by io.activej.csp.queueClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)This interface represents supplier ofPromiseof data that should be used serially (each consecutiveChannelSupplier.get()) operation should be called only after previousChannelSupplier.get()operation finishes.