koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-utils
/
ai.koog.agents.lock
/
withLock
with
Lock
inline suspend
fun
<
K
,
T
>
KeyedMutex
<
K
>
.
withLock
(
key
:
K
,
owner
:
Any
?
=
null
,
action
:
suspend
(
)
->
T
)
:
T
(
source
)
Convenience function mirroring
Mutex.withLock