korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
common
js
jvm
native
wasmJs
Target filter
android
common
js
jvm
native
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-concurrent
/
korlibs.io.async
/
AsyncEntryPointResult
Async
Entry
Point
Result
android
common
js
jvm
native
wasmJs
actual
typealias
AsyncEntryPointResult
=
Unit
expect
class
AsyncEntryPointResult
actual
external
class
AsyncEntryPointResult
actual
typealias
AsyncEntryPointResult
=
Unit
actual
typealias
AsyncEntryPointResult
=
Unit
actual
external
class
AsyncEntryPointResult
Members
Constructors
Async
Entry
Point
Result
Link copied to clipboard
js
wasmJs
constructor
(
func
:
(
resolve
:
(
Unit
)
->
Unit
,
reject
:
(
Throwable
)
->
Unit
)
->
Unit
)
constructor
(
func
:
(
resolve
:
(
JsAny
?
)
->
Unit
,
reject
:
(
JsAny
?
)
->
Unit
)
->
Unit
)