1
0
forked from ROMEO/nexosim

Add same-thread executor support

This commit is contained in:
Serge Barral
2024-05-07 17:30:11 +02:00
parent 88d954dde5
commit 77e6e569ff
12 changed files with 1066 additions and 696 deletions

View File

@ -14,8 +14,8 @@ use super::codegen::simulation::*;
/// Transport-independent server implementation.
///
/// This implementation implements the protobuf services without any
/// transport-specific management.
/// This implements the protobuf services without any transport-specific
/// management.
pub(crate) struct GenericServer<F> {
sim_gen: F,
sim_context: Option<(Simulation, EndpointRegistry, KeyRegistry)>,