get process_create working and add tests
This commit is contained in:
committed by
Bennet Bleßmann
parent
1120bcde29
commit
dc08a4ab11
@@ -44,6 +44,7 @@ pub(crate) enum ValidType {
|
||||
// PredicateIndicator,
|
||||
// Variable
|
||||
TcpListener,
|
||||
Process,
|
||||
}
|
||||
|
||||
impl ValidType {
|
||||
@@ -67,6 +68,7 @@ impl ValidType {
|
||||
// ValidType::PredicateIndicator => atom!("predicate_indicator"),
|
||||
// ValidType::Variable => atom!("variable")
|
||||
ValidType::TcpListener => atom!("tcp_listener"),
|
||||
ValidType::Process => atom!("process"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user