From 82beae71a25a3b028f11dc554909a04e74664965 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 5 Jun 2024 11:06:39 +0100 Subject: [PATCH] does not pin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de6c1c7..9bfe5fa 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ to be pinned. Try them both out and see what the difference is between the both
Hint -Java 9 added an HTTP client that does not block +Java 9 added an HTTP client that does not pin
@@ -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. \ No newline at end of file +Pooling virtual threads and pinning them in any way does not count.