-
Updated
Mar 22, 2021 - Java
non-blocking
Here are 213 public repositories matching this topic...
-
Updated
Mar 23, 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
Mar 22, 2021 - Java
What do you want?
could you add an option to filter out continuous and repeated history records?
Why do you want this?
Sometimes I will use a lot of the same commands repeatedly, which makes it difficult to find the history records I want.
Who else would benefit from this?
Other people who use repeated commands a lot, I think.
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
May 24, 2018 - Swift
-
Updated
Mar 4, 2021 - Go
-
Updated
Mar 16, 2021 - Java
-
Updated
Mar 23, 2021 - Rust
-
Updated
Jan 2, 2018 - Swift
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Feb 22, 2021 - C++
-
Updated
Apr 7, 2020 - Clojure
-
Updated
Mar 17, 2021 - C++
-
Updated
Feb 25, 2021 - Java
-
Updated
Jan 17, 2021 - C++
-
Updated
Nov 12, 2020 - C#
-
Updated
Mar 1, 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