Haxe/OpenFL port of ActionScript Thread Library.
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 のスレッドモデルをベースとした疑似スレッドライブラリです。 複雑で冗長になりがちな、イベント処理や非同期処理、リアルタイム処理を、分かりやすくスマートに記述することを可能にします。 もちろん、割り込みやキャンセル、例外処理もバッチリです。スレッドを使って、イベントリスナー地獄から抜け出しましょう。
haxelib install hxthread
or
haxelib git hxthread https://github.com/utibenkei/hxthread.git
-lib hxthread
or
<haxelib name="hxthread" />
-
Fork the repository
-
Make the desired change
-
Create a pull request