Package graphql.util
Class LockKit
java.lang.Object
graphql.util.LockKit
This provides reentrant locking support for our code base. Future worlds like Loom virtual threads don't like
synchronised calls since they pin the VT to the carrier thread. Word on the street is that locks are preferred
to synchronised.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Will allow for lazy computation of some values just oncestatic class
A class to run code inside a reentrant lock -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LockKit
public LockKit()
-