-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85b0366
commit 1c36420
Showing
51 changed files
with
296 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
group = "io.redpulsar-core" | ||
group = "me.himadieiev.redpulsar-core" | ||
|
||
dependencies {} |
14 changes: 7 additions & 7 deletions
14
...sar/core/locks/ListeningCountDownLatch.kt → ...sar/core/locks/ListeningCountDownLatch.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...kotlin/io/redpulsar/core/locks/RedLock.kt → ...imadieiev/redpulsar/core/locks/RedLock.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...tlin/io/redpulsar/core/locks/Semaphore.kt → ...adieiev/redpulsar/core/locks/Semaphore.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...lin/io/redpulsar/core/locks/SimpleLock.kt → ...dieiev/redpulsar/core/locks/SimpleLock.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...lsar/core/locks/abstracts/AbstractLock.kt → ...lsar/core/locks/abstracts/AbstractLock.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ks/abstracts/AbstractMultyInstanceLock.kt → ...ks/abstracts/AbstractMultyInstanceLock.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...redpulsar/core/locks/abstracts/Backend.kt → ...redpulsar/core/locks/abstracts/Backend.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...stracts/backends/CountDownLatchBackend.kt → ...stracts/backends/CountDownLatchBackend.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../locks/abstracts/backends/LocksBackend.kt → .../locks/abstracts/backends/LocksBackend.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...edpulsar/core/locks/api/CountDownLatch.kt → ...edpulsar/core/locks/api/CountDownLatch.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.redpulsar.core.locks.api | ||
package me.himadieiev.redpulsar.core.locks.api | ||
|
||
import kotlin.time.Duration | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...otlin/io/redpulsar/core/locks/api/Lock.kt → ...madieiev/redpulsar/core/locks/api/Lock.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ore/locks/excecutors/ExecutorAdditions.kt → ...ore/locks/excecutors/ExecutorAdditions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...locks/excecutors/MultyInstanceExecutor.kt → ...locks/excecutors/MultyInstanceExecutor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otlin/io/redpulsar/core/utils/Failsafe.kt → ...madieiev/redpulsar/core/utils/Failsafe.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.redpulsar.core.utils | ||
package me.himadieiev.redpulsar.core.utils | ||
|
||
import mu.KotlinLogging | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tlin/io/redpulsar/core/utils/WithRetry.kt → ...adieiev/redpulsar/core/utils/WithRetry.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dpulsar/core/utils/WithTimeoutInThread.kt → ...dpulsar/core/utils/WithTimeoutInThread.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.redpulsar.core.utils | ||
package me.himadieiev.redpulsar.core.utils | ||
|
||
import mu.KotlinLogging | ||
|
||
|
Oops, something went wrong.