kannon 0.0.2

Provides parallel processing task system and miscellaneous tools
Documentation

kannon

This library contains

  • basic task system executes fn of registered tasks with stealing feature
  • generic event / notifier like a observer pattern which can propagate to 8 parameters.

just for fun. :D

How to use it?

Just see tests/integration.rs and tests/notifier.rs to use.