
co.paralleluniverse.fibers.CustomFiberWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quasar-core Show documentation
Show all versions of quasar-core Show documentation
Fibers, Channels and Actors for the JVM
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