Improve Virtual Thread compatibility #2308
Labels
api: storage
Issues related to the googleapis/java-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
With the release of Java 21 Virtual Threads are now a first class feature.
To better support the use of virtual threads in applications we will need to evaluate and update certain assumptions and aspects the library is built upon today.
Virtual Threads: An Adoption Guide outlines several considerations we should keep in mind when doing this work.
Items to investigate:
synchronized
method and blocksjava.util.concurrent
usagesThe text was updated successfully, but these errors were encountered: