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

mb.pie.api.Share.kt Maven / Gradle / Ivy

The newest version!
package mb.pie.api

/**
 * Share for concurrently executing tasks.
 */
interface Share {
  fun share(key: TaskKey, execFunc: () -> TaskData<*, *>, visitedFunc: () -> TaskData<*, *>?): TaskData<*, *>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy