1
0
forked from ROMEO/nexosim

Split sinks and source registries

This makes it possible to concurrently control and monitor the
simulation when using gRPC.
Accordingly, the gRPC server now runs on 2 threads so it can serve
control and monitoring requests concurrently.
This commit is contained in:
Serge Barral
2024-06-12 11:14:30 +02:00
parent f731d40add
commit 0abc520e4b
19 changed files with 1259 additions and 1679 deletions

View File

@ -414,6 +414,8 @@ pub(crate) mod macros;
pub mod model;
pub mod ports;
#[cfg(feature = "rpc")]
pub mod registry;
#[cfg(feature = "rpc")]
pub mod rpc;
pub mod simulation;
pub mod time;