mirror of
https://github.com/fluencelabs/marine.git
synced 2025-07-04 00:51:38 +00:00
rename process to fce
This commit is contained in:
@ -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>,
|
||||
|
Reference in New Issue
Block a user