tasklib

Slim task-based programming
https://github.com/eliasku/tasklib

To install, run:

haxelib install tasklib 0.0.1 

See using Haxelib in Haxelib documentation for more information.

README.md

tasklib

Slim task-based library for Haxe

Work in progress...

Exceptions

Task.forError / Task.ifError are used for rejection and errors handling.

All exceptions will be throw loudly and not muted by task execution.

C# Specifics

Avoid usage of ValueType generic types for Task to increase cross-platform compatibility.

For example to wrap Int typedef IntObject = Null<Int>; would be enough.

Options

  • -debug: generates uid for each task, track additional position information for created tasks/triggers
  • -D tasklib_trace enables tracing of tasks execution
Contributors
eliasku
Version
0.0.1
Published
8 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub