Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions prosa/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

/// Adaptor module to adapt processor object and internal messages
pub mod adaptor;
/// APN (Application Programming Node) module to run inline service-call automatons from a processor
pub mod apn;
/// Define error types for adaptor and processor
pub mod error;
/// The module define ProSA main processing to bring asynchronous handler for all processors
Expand Down
Loading
Loading