Enhance socket and process handling in Windows platform#1234
Merged
trcrsired merged 1 commit intocppfastio:nextfrom Dec 8, 2025
Merged
Enhance socket and process handling in Windows platform#1234trcrsired merged 1 commit intocppfastio:nextfrom
trcrsired merged 1 commit intocppfastio:nextfrom
Conversation
- Added noexcept specifier to constructors in `ip` struct for improved exception safety. - Updated function signatures in `apis.h` for better clarity and consistency. - Introduced new exception handling structures in `win32_definitions.h` to support enhanced error management. - Improved DNS iterator functionality in `win32_9xa_dns.h` by adding a new method to convert to `ip_address`. - Refactored `posix.h` to improve execveat handling, including better path resolution and error management. - Cleaned up thread handling in `wasi.h` by ensuring proper pragma usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ipstruct for improved exception safety.apis.hfor better clarity and consistency.win32_definitions.hto support enhanced error management.win32_9xa_dns.hby adding a new method to convert toip_address.posix.hto improve execveat handling, including better path resolution and error management.wasi.hby ensuring proper pragma usage.