Skip to content

Commit 58c0deb

Browse files
committed
doc(runtime): fix Runtime::poll
1 parent be7f7b6 commit 58c0deb

File tree

1 file changed

+1
-1
lines changed
  • compio-runtime/src/runtime

1 file changed

+1
-1
lines changed

compio-runtime/src/runtime/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ impl Runtime {
395395
/// Low level API to control the runtime.
396396
///
397397
/// Poll the inner proactor. It is equal to calling [`Runtime::poll_with`]
398-
/// with [`Proactor::poll`].
398+
/// with [`Runtime::current_timeout`].
399399
pub fn poll(&self) {
400400
self.inner.poll()
401401
}

0 commit comments

Comments
 (0)