nio
Here are 266 public repositories matching this topic...
-
Updated
Jun 3, 2020 - Java
-
Updated
Jun 15, 2020 - Java
Please make a tutorial and docs: how to create in-memory (off-heap) objects, how to allocate, how to serialize/deserialize (if need, i can't understand) this to byte array (located off-heap), how to change it fields.
For example now (in current system) I have class
User
{
long Id;
List[ItemA] ItemsA; // class ItemA { .. }
List[ItemB] ItemsB; // class ItemB { .. }
// and many more field
}
// and g
-
Updated
Jun 17, 2020 - Java
-
Updated
Jan 15, 2020 - HTML
Add a response timeout value in the timeout message.
-
Updated
Nov 12, 2018 - Java
-
Updated
May 16, 2020 - Java
-
Updated
Dec 18, 2019 - Java
-
Updated
Mar 25, 2020 - Java
Refactor tests
Most of the tests use assertions of the following form assert(predicate)(isTrue). While this is certainly a possible thing to do, we should consider utilizing the full power of zio-test.
-
Updated
Mar 14, 2020 - Java
Improve this page
Add a description, image, and links to the nio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nio topic, visit your repo's landing page and select "manage topics."
The core documentation on how to make requests says to use xxxNow to make request from a client, but those methods are deprecated, e.g., getNow.