Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 302 Bytes

Executor Common

The tornado_executor_common crate contains the Trait definitions for the Executors.

An Executor is in charge of performing a specific Action (usually only one, but sometimes more). It receives an action description from the Tornado engine and delivers the operation linked to it.