mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
rb_io_blocking_operation_exit
should not execute with pending interrupts.
This commit is contained in:
parent
e093c3145a
commit
81a23c5793
Notes:
git
2025-06-06 04:13:29 +00:00
5 changed files with 170 additions and 38 deletions
|
@ -25,7 +25,7 @@ struct rb_io_blocking_operation {
|
|||
// The linked list data structure.
|
||||
struct ccan_list_node list;
|
||||
|
||||
// The execution context of the blocking operation:
|
||||
// The execution context of the blocking operation.
|
||||
struct rb_execution_context_struct *ec;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue