sdk-tools
0.20.4
common
sdk-tools
/
money.terra.sdk.tools.transaction
/
LocalSemaphoreProvider
Local
Semaphore
Provider
common
object
LocalSemaphoreProvider
:
SemaphoreProvider
Content copied to clipboard
Functions
Properties
Functions
acquire
Link copied to clipboard
common
open
override
fun
acquire
(
vararg
key
:
String
)
:
Deferred
<
Unit
>
Content copied to clipboard
open
override
fun
acquire
(
keys
:
List
<
String
>
)
:
Deferred
<
Unit
>
Content copied to clipboard
release
Link copied to clipboard
common
open
override
fun
release
(
vararg
key
:
String
)
:
Deferred
<
Unit
>
Content copied to clipboard
open
override
fun
release
(
keys
:
List
<
String
>
)
:
Deferred
<
Unit
>
Content copied to clipboard
Properties
retryDelayMillis
Link copied to clipboard
common
var
retryDelayMillis
:
Long
=
50
Content copied to clipboard