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

xitrum.FutureAction.scala Maven / Gradle / Ivy

There is a newer version: 3.28.18
Show newest version
package xitrum

/**
 * Actions extending FutureAction will be run asynchronously in a future. The
 * execution context is xitrum.Config.actorSystem.dispatcher.
 *
 * See also Action and ActorAction.
 */
trait FutureAction extends Action




© 2015 - 2025 Weber Informatics LLC | Privacy Policy