non-blocking-io
Here are 34 public repositories matching this topic...
-
Updated
Nov 25, 2020 - C++
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 14, 2020 - C++
-
Updated
Dec 20, 2019 - Rust
-
Updated
Aug 26, 2020 - Dockerfile
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 10, 2019 - PHP
-
Updated
Mar 6, 2018 - C++
-
Updated
Nov 29, 2020 - C
-
Updated
Jun 26, 2017 - Kotlin
-
Updated
Apr 8, 2018 - Python
-
Updated
Oct 10, 2018 - PHP
-
Updated
Mar 9, 2020 - Java
-
Updated
May 12, 2019 - Java
-
Updated
Jul 31, 2020 - Java
-
Updated
Feb 5, 2018
-
Updated
Nov 7, 2017 - Java
-
Updated
Feb 24, 2020
-
Updated
Jul 19, 2018 - Java
-
Updated
Apr 21, 2019 - Java
-
Updated
Mar 18, 2019 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Apr 10, 2020 - Ruby
-
Updated
Mar 15, 2020 - C++
-
Updated
Feb 5, 2020 - C
Improve this page
Add a description, image, and links to the non-blocking-io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the non-blocking-io topic, visit your repo's landing page and select "manage topics."
If you want to work with a complete socket address type including port, we have a helper in
SocketAddress. However, the moment you want to talk only about an IP address we force you to hold anin_addrorin_addr6structure: hardly the friendliest versions of these data types.We should provide a helpful wrapper
IPAddresstype that can be converted into those types as needed. This would