-
Updated
May 10, 2021 - Java
non-blocking
Here are 216 public repositories matching this topic...
-
Updated
May 10, 2021 - Go
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - Swift
Is your feature request related to a problem? Please describe.
Would like to be able to use callback function for run_command to call when a command has finished executing.
Describe the solution you'd like
def my_cb(host_out, my_arg):
for line in host_out.stdout:
print(line)
client.run_command('echo me', callback=my_cb, callback_extra_args=('my_arg',))
`m
-
Updated
Mar 2, 2021 - C#
-
Updated
May 7, 2021 - Shell
-
Updated
May 11, 2021 - Java
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
May 24, 2018 - Swift
The Decoder is used by the FramedTcp transport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.
The Decoder collects data from the stream until it can be considered a message. In that process, each chunk of data received from the
-
Updated
Apr 24, 2021 - Go
-
Updated
May 6, 2021 - Java
-
Updated
Jan 2, 2018 - Swift
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Feb 22, 2021 - C++
-
Updated
Mar 17, 2021 - C++
-
Updated
Apr 7, 2020 - Clojure
-
Updated
May 4, 2021 - C#
-
Updated
May 5, 2021 - Java
-
Updated
Jan 17, 2021 - C++
-
Updated
Apr 14, 2021 - Java
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