mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-06 16:26:31 +00:00
[AB-166] added locking for runtime storage
This commit is contained in:
@@ -14,4 +14,6 @@ public interface TrackedEmoteRuntimeService {
|
||||
Long getKey();
|
||||
PersistingEmote createFromEmote(Guild guild, Emote emote, boolean external);
|
||||
PersistingEmote createFromEmote(Guild guild, Emote emote, Long count, boolean external);
|
||||
void takeLock();
|
||||
void releaseLock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user