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

co.paralleluniverse.fibers.CustomFiberWriter Maven / Gradle / Ivy

The newest version!
package co.paralleluniverse.fibers;

/**
 * A callback used by {@link Fiber#parkAndCustomSerialize(CustomFiberWriter)}.
 *
 * @author Christian Sailer ([email protected])
 */
public interface CustomFiberWriter {
    void write(Fiber fiber);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy