Preparing search index...
The search index is not available
uoe
uoe
as_async
as_async
Function as_async
as_
async
(
possibly_async_func
)
:
(
(
...
args
)
=>
Promise
<
any
>
)
Properly converts any function to an async function.
Parameters
possibly_async_func
:
any
Returns
(
(
...
args
)
=>
Promise
<
any
>
)
(
...
args
)
:
Promise
<
any
>
Parameters
Rest
...
args
:
any
[]
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
uoe
api
array_from_async
as_async
bind_callable
bind_self
build_obj
build_obj_mut
cached_async_iterable
call_as_async
callable
callable_bound
collect
collect_async
create_async_factory
create_discarding_pub_sub
create_func_factory
create_lock
create_map_factory
create_promise
create_promise_queue
create_safe_api
Loading...
Generated using
TypeDoc
Properly converts any function to an async function.