lvglkt-core
0.4.0
common
linuxArm32
linuxX64
lvglkt-core
/
io.gitlab.embedSoft.lvglKt.core.concurrency
/
AsyncCallback
/
Companion
Companion
common
linuxArm32
linuxX64
expect
object
Companion
actual
object
Companion
actual
object
Companion
Functions
Functions
create
Link copied to clipboard
common
linuxArm32
linuxX64
expect
fun
create
(
userData
:
Any
?
=
null
,
callback
:
(
userData
:
Any
?
)
->
Unit
)
:
AsyncCallback
Creates a new
AsyncCallback
object.
actual
fun
create
(
userData
:
Any
?
,
callback
:
(
userData
:
Any
?
)
->
Unit
)
:
AsyncCallback
actual
fun
create
(
userData
:
Any
?
,
callback
:
(
userData
:
Any
?
)
->
Unit
)
:
AsyncCallback