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.
1 parent a767c0d commit d94f2ceCopy full SHA for d94f2ce
compio-runtime/src/runtime/mod.rs
@@ -141,7 +141,7 @@ impl RuntimeInner {
141
BufResult(Ok(_), rop) => break rop.into_inner(),
142
BufResult(Err(_), rop) => op = rop,
143
}
144
- // Possible error: thread poll is full, or failed to create notify handle.
+ // Possible error: thread pool is full, or failed to create notify handle.
145
// Push the future to the back of the queue.
146
let mut yielded = false;
147
poll_fn(|cx| {
0 commit comments