Hoa\Dispatcher, hack book – Hoa

This library dispatches a task defined by some data on a callable, or with the appropriated vocabulary, on a controller and an action. It is often used in conjunction with [the `Hoa\Router` library](http://central.hoa-project.net/Resource/Library/Router) and [the `Hoa\View` library](http://central.hoa-project.net/Resource/Library/View). The link between libraries and the application is represented by a kit which aggregates all important data, such as the dispatcher, the router, the view and data associated to the view.
This is a companion discussion topic for the original entry at https://hoa-project.net/En/Literature/Hack/Dispatcher.html