-
Updated
Oct 28, 2020 - Java
non-blocking
Here are 194 public repositories matching this topic...
If you are using gnet in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - Swift
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
Sep 20, 2020 - C#
-
Updated
Oct 28, 2020 - Java
-
Updated
May 24, 2018 - Swift
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 11, 2020 - Go
-
Updated
Oct 28, 2020 - Shell
-
Updated
Oct 17, 2020 - Java
-
Updated
Jan 2, 2018 - Swift
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Apr 7, 2020 - Clojure
-
Updated
Dec 22, 2019 - C++
-
Updated
Oct 22, 2020 - Java
-
Updated
Jul 10, 2017 - Go
-
Updated
Oct 29, 2020 - C#
-
Updated
Oct 11, 2020 - Java
-
Updated
Jun 7, 2020 - Lua
Improve this page
Add a description, image, and links to the non-blocking 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 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