-
Updated
Jul 7, 2022 - Java
non-blocking
Here are 265 public repositories matching this topic...
-
Updated
Jul 7, 2022 - Go
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
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
Sep 12, 2021 - C#
-
Updated
Jul 2, 2022 - PHP
-
Updated
Jul 6, 2022 - Java
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
Apr 21, 2022 - Go
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
May 24, 2018 - Swift
-
Updated
Jun 21, 2022 - 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
Jun 23, 2022 - C#
-
Updated
Apr 25, 2022 - Java
-
Updated
May 26, 2022 - Clojure
-
Updated
Jun 10, 2022 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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