Enum ntp_daemon::spawn::SpawnAction
source · pub enum SpawnAction {
Create(PeerCreateParameters),
}Expand description
The kind of action that the spawner requests to the system. Currently a spawner can only create peers
pub enum SpawnAction {
Create(PeerCreateParameters),
}The kind of action that the spawner requests to the system. Currently a spawner can only create peers