The Kiit Actors component is a micro actor library with support for pausable actors
to provide the ability to gracefully start, stop, pause, resume actors.
A high-level diagram of the concepts in this component
Docs coming soon
This component is currently stable Docs coming soon
repositories {
// other repositories
maven { url "http://dl.bintray.com/codehelixinc/slatekit" }
}
dependencies {
// other dependencies ...
compile 'com.slatekit:slatekit-actors:1.16.0'
}
Jar | slatekit.actors.jar |
Package | slatekit.actors |
Sources | slatekit-actors |
Example | Example_Actors.kt |
Version | |
License | |
Requires | See build.gradle for more info. |
// sample coming soon
Docs coming soon
Docs coming soon