Uses of Class
org.pipecraft.pipes.async.inter.SyncToAsyncPipe
-
Packages that use SyncToAsyncPipe Package Description org.pipecraft.pipes.async.inter -
-
Uses of SyncToAsyncPipe in org.pipecraft.pipes.async.inter
Methods in org.pipecraft.pipes.async.inter that return SyncToAsyncPipe Modifier and Type Method Description static <T> SyncToAsyncPipe<T>SyncToAsyncPipe. fromPipe(Pipe<T> input)static <T> SyncToAsyncPipe<T>SyncToAsyncPipe. fromPipes(Collection<Pipe<T>> inputs, int threadCount)
-