Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ to be pinned. Try them both out and see what the difference is between the both

<details>
<summary>Hint</summary>
Java 9 added an HTTP client that does not block
Java 9 added an HTTP client that does not pin
</details>


Expand Down Expand Up @@ -270,4 +270,4 @@ The importance of virtual threads is that you should use them as threads, but mo
For the last bonus feature, you are tasked with limiting the number of requests going out the back-end server, without limiting the number
of virtual threads that get created. You can use anything you want, but I would recommend to use a kind of lock :)

Pooling virtual threads and pinning them in any way does not count.
Pooling virtual threads and pinning them in any way does not count.