Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace synchronized blocks with virtual-thread-friendly Lock in Futu…
…re.find() (#2910) I replaced synchronized blocks with `Lock` because of virtual threads. More details: https://docs.oracle.com/en/java/javase/21/core/virtual-threads.html#GUID-04C03FFC-066D-4857-85B9-E5A27A875AF9 Similar to #2845
- Loading branch information