App

Overview

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.



Diagram

A high-level diagram of the concepts in this component



Goals

Docs coming soon



Status

This component is currently stable Docs coming soon


Back to top



Install

    repositories {
        // other repositories
        maven { url  "http://dl.bintray.com/codehelixinc/slatekit" }
    }

    dependencies {
        // other dependencies ...

        compile 'com.slatekit:slatekit-actors:1.16.0'
    }

Back to top



Sources

Jar slatekit.actors.jar
Package slatekit.actors
Sources slatekit-actors
Example Example_Actors.kt
Version
License
Requires See build.gradle for more info.

Back to top



Example

     
    // sample coming soon

Back to top



Concepts

Docs coming soon


Back to top



Guide

Docs coming soon


Back to top