toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
AsyncOnce
Async
Once
class
AsyncOnce
<
T
>
Members
Constructors
Async
Once
Link copied to clipboard
constructor
(
)
Properties
promise
Link copied to clipboard
var
promise
:
Deferred
<
T
>
?
Functions
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
callback
:
suspend
(
)
->
T
)
:
T