File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ extension IORing.Request {
196196 /// Adds a poll operation to monitor a file descriptor for specific I/O events.
197197 ///
198198 /// This method creates an io_uring poll operation that monitors the specified file descriptor
199- /// for I/O readiness events. The operation completes when any of the requested events become
200- /// active on the file descriptor, such as data becoming available for reading or the descriptor
199+ /// for I/O readiness events. The operation completes when any of the requested events
200+ /// occur on the file descriptor, such as data becoming available for reading or the descriptor
201201 /// becoming ready for writing.
202202 ///
203203 /// Poll operations are useful for implementing efficient I/O multiplexing, allowing you to
You can’t perform that action at this time.
0 commit comments