rename process to fce

This commit is contained in:
vms
2020-06-16 09:53:47 +03:00
parent 893d393a59
commit 6866e61d0c
5 changed files with 18 additions and 14 deletions

View File

@ -20,7 +20,7 @@ use super::*;
use std::collections::hash_map::Entry;
use std::collections::HashMap;
/// The base struct for the Fluence Compute Engine.
/// The base struct of the Fluence Compute Engine.
pub struct FCE {
// set of modules registered inside FCE
modules: HashMap<String, FCEModule>,