Skip to content

utibenkei/hxthread

Repository files navigation

HxThread

Haxe/OpenFL port of ActionScript Thread Library.

Description

Based on ActionScript Thread Library. http://www.libspark.org/wiki/Thread/en

ActionScript Thread Library 1.0 (Soumen) is a pseudo thread library based on task system and Java's thread model. It enables to write the event processing, asynchronous processing, and realtime processing code smart and simple to understand which frequently become complex and tedium. Ofcourse, it works fine to the interrupt, cancellation and the exception handling. Let's use thread and get away from the event listener hell.

ActionScript Thread Library 1.0 (そうめん) は、タスクシステムと Java のスレッドモデルをベースとした疑似スレッドライブラリです。 複雑で冗長になりがちな、イベント処理や非同期処理、リアルタイム処理を、分かりやすくスマートに記述することを可能にします。 もちろん、割り込みやキャンセル、例外処理もバッチリです。スレッドを使って、イベントリスナー地獄から抜け出しましょう。

Install

haxelib install hxthread or haxelib git hxthread https://github.com/utibenkei/hxthread.git

Usage

-lib hxthread or <haxelib name="hxthread" />

Contribution

  1. Fork the repository

  2. Make the desired change

  3. Create a pull request

Licence

MIT

Author

utibenkei

About

Haxe/OpenFL port of ActionScript Thread Library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages