-
Updated
Apr 13, 2022 - Java
non-blocking
Here are 262 public repositories matching this topic...
-
Updated
Apr 15, 2022 - Go
-
Updated
Mar 26, 2020 - Swift
I cant seem to get the external command, ancillary manipulator command or main porcelain command to display only a few lines
Environment
a364a84 (grafted, HEAD -> main, origin/main, origin/HEAD) Reduce number of files listed-
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
Sep 12, 2021 - C#
-
Updated
Apr 15, 2022 - Java
-
Updated
Apr 11, 2022 - PHP
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the web-sys must be used.
- Use a different WebSocket implementation if the target is
wasm. - wasm example of a client.
-
Updated
Mar 27, 2022 - Go
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 24, 2018 - Swift
-
Updated
Nov 17, 2021 - Java
-
Updated
Jan 2, 2018 - Swift
-
Updated
Mar 29, 2022 - C++
-
Updated
Mar 30, 2022 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Feb 4, 2022 - C++
-
Updated
Apr 15, 2022 - C#
-
Updated
Apr 6, 2022 - Java
-
Updated
Feb 9, 2022 - Clojure
-
Updated
Sep 6, 2021 - C++
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