Skip to content

fs: improve signal abortion check in read method

Moved the signal abortion check to the start of the read method to ensure that the function exits early if the signal is already aborted. This change improves readability and prevents unnecessary execution when the operation is aborted.

Merge request reports

Loading