mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Lock accessors
This commit is contained in:
@@ -20,10 +20,14 @@ package com.volmit.iris.util.scheduling;
|
||||
|
||||
import com.volmit.iris.Iris;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import java.util.concurrent.locks.ReentrantLock;
|
||||
|
||||
@Data
|
||||
@Accessors(
|
||||
chain = true
|
||||
)
|
||||
public class IrisLock {
|
||||
private transient final ReentrantLock lock;
|
||||
private transient final String name;
|
||||
|
||||
Reference in New Issue
Block a user