Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Module main

Module main 

Source
Expand description

The module define ProSA main processing to bring asynchronous handler for all processors

Define ProSA main processing to bring asynchronous handler for all processors.

Main can be consider as a service bus that routing processor messages.

Structs§

Main
Main ProSA task to handle every task spawn in the ProSA Use an internal ProSA service bus Must be run only one time in the ProSA
MainProc
Main ProSA task processor

Traits§

MainRunnable
Trait to define a ProSA main processor that is runnable