Buni-Axon

From Buni.org

Jump to: navigation, search

Buni-Axon is a Java-based implementation of Mini-Axon. Mini-Axon is a simplified version of Axon which makes up the core of the Kamaelia component framework. It is designed to provide a simplified mechanism for concurrent applications. Axon uses the yield functionality of Python to implement micro-threads. As Java does not support coroutines directly, Buni-Axon uses the Yielder tool, which uses byte code manipulation (ASM) to implement yield functionality.

Download it and give it a try.

Source Code is also available.