Phase 9.75-C: Convert HTTPServerBox, P2PBox, IntentBox to RwLock pattern
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
@ -529,7 +529,7 @@ impl NyashInterpreter {
|
||||
}
|
||||
};
|
||||
|
||||
let intent_box = crate::boxes::intent_box::IntentBoxData::new(name, payload);
|
||||
let intent_box = crate::boxes::intent_box::IntentBox::new(name, payload);
|
||||
return Ok(Box::new(intent_box) as Box<dyn NyashBox>);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user