All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactfx.SuspenderStream Maven / Gradle / Ivy

package org.reactfx;

import org.reactfx.util.Experimental;

/**
 * An event stream that suspends a suspendable object during emission.
 * More precisely, before a {@linkplain SuspenderStream} emits a value, it
 * suspends a {@linkplain Suspendable} object and unsuspends it after the
 * emission has completed.
 */
@Experimental
public interface SuspenderStream
extends EventStream, Suspender {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy