Package graphql.util

Class LockKit

java.lang.Object
graphql.util.LockKit

public class LockKit extends Object
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.
  • Constructor Details

    • LockKit

      public LockKit()