mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Lock accessors
This commit is contained in:
parent
fc47651c33
commit
7e36cb76ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user