-
Updated
Jan 7, 2022 - Java
non-blocking
Here are 254 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Go
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - 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 listedIs 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
Jan 3, 2022 - Java
-
Updated
Jan 8, 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
Aug 10, 2021 - JavaScript
-
Updated
Jan 8, 2022 - Go
-
Updated
May 24, 2018 - Swift
-
Updated
Nov 17, 2021 - Java
-
Updated
Jan 2, 2018 - Swift
-
Updated
Dec 11, 2021 - C++
-
Updated
Nov 25, 2021 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Dec 19, 2021 - C++
-
Updated
Dec 18, 2021 - C#
-
Updated
Apr 7, 2020 - Clojure
-
Updated
Dec 6, 2021 - Java
-
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."
Sometimes in NIO programs you're stuck in this situation:
that's all okay, but where do we get
eventLoopfrom? In ma