We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d65e96d + ce0167e commit 74c1356Copy full SHA for 74c1356
communication/src/allocator/process.rs
@@ -11,7 +11,7 @@ use allocator::thread::{ThreadBuilder};
11
use allocator::{Allocate, AllocateBuilder, Event, Thread};
12
use {Push, Pull, Message};
13
14
-/// An allocater for inter-thread, intra-process communication
+/// An allocator for inter-thread, intra-process communication
15
pub struct ProcessBuilder {
16
inner: ThreadBuilder,
17
index: usize,
@@ -37,7 +37,7 @@ impl AllocateBuilder for ProcessBuilder {
37
}
38
39
40
41
pub struct Process {
42
inner: Thread,
43
0 commit comments