it.unibo.jakta.agents.utils.Promise.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jakta-state-machine Show documentation
Show all versions of jakta-state-machine Show documentation
A Kotlin internal DSL for the definition of BDI agents
package it.unibo.jakta.agents.utils
import java.util.concurrent.CompletableFuture
typealias Promise = CompletableFuture