rust/library/std
Guillaume Gomez ee8ca3aa6c
Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum
Clarifications for set_nonblocking methods

Closes #129903.

The issue mentions that `send`, `recv` and other operations are interpreted by some users as methods of `TcpSocket` which led to confusion since it hasn't them. To fix it I added "system" into the documentation as being more precise for two reasons:
* it's makes it clear that these names are system operations;
* it doesn't point to the location of these methods like `libc` because not every system is POSIX compatible.
2024-09-29 12:37:52 +02:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum 2024-09-29 12:37:52 +02:00
tests Add test for available_parallelism() 2024-09-22 23:46:08 +01:00
build.rs Enable f16 on platforms that were missing conversion symbols 2024-09-27 18:15:02 -04:00
Cargo.toml Update compiler_builtins to 0.1.130 2024-09-28 11:25:47 -04:00