-
Updated
Sep 10, 2020 - Java
non-blocking
Here are 189 public repositories matching this topic...
If you are using gnet in your projects and willing to display the name of your project or corporation on the home page, please feel free to open a PR for it.
This is where I show the user cases: User cases of gnet for English, gnet 用户案例 for Chine
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 7, 2019 - Swift
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
-
Updated
Sep 9, 2020 - C#
-
Updated
Sep 10, 2020 - Java
-
Updated
May 24, 2018 - Swift
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 11, 2020 - Go
-
Updated
Sep 8, 2020 - Java
-
Updated
Jan 2, 2018 - Swift
-
Updated
Sep 9, 2020 - Shell
-
Updated
Jun 5, 2019 - Java
-
Updated
Apr 25, 2020 - Java
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Dec 22, 2019 - C++
-
Updated
Apr 7, 2020 - Clojure
-
Updated
Jul 16, 2020 - Java
-
Updated
Jul 10, 2017 - Go
-
Updated
Aug 19, 2020 - Java
-
Updated
Jun 22, 2020 - C#
-
Updated
Oct 10, 2019 - JavaScript
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."
https://github.com/apple/swift-nio/blob/a0f6a48ec0f52af49cdf8274757a2bd1ec9f3295/Sources/NIO/NonBlockingFileIO.swift#L494
After discussion with @Lukasa on Discord, it's been shown that the function should not return FileRegion as can be seen from the comments in #975. Hence, just a nit to remove FileRegion from the function docs return type.