toggle menu
korge-root
5.1.0
android
common
darwin
js
jvm
switch theme
search in API
korge-core
/
korlibs.io.async
/
AsyncEntryPointResult
Async
Entry
Point
Result
android
common
darwin
js
jvm
actual
typealias
AsyncEntryPointResult
=
Unit
expect
class
AsyncEntryPointResult
actual
typealias
AsyncEntryPointResult
=
Unit
actual
external
class
AsyncEntryPointResult
(
func
:
(
resolve
:
(
Unit
)
->
Unit
,
reject
:
(
Throwable
)
->
Unit
)
->
Unit
)
actual
typealias
AsyncEntryPointResult
=
Unit
Members
Constructors
Async
Entry
Point
Result
Link copied to clipboard
js
constructor
(
func
:
(
resolve
:
(
Unit
)
->
Unit
,
reject
:
(
Throwable
)
->
Unit
)
->
Unit
)