toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.utils
/
AsyncCoroutineDispatcher
Async
Coroutine
Dispatcher
object
AsyncCoroutineDispatcher
:
CoroutineDispatcher
(
source
)
Members
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
dispatch
Link copied to clipboard
open
override
fun
dispatch
(
context
:
CoroutineContext
,
block
:
Runnable
)
dispatch
Yield
Link copied to clipboard
open
fun
dispatchYield
(
context
:
CoroutineContext
,
block
:
Runnable
)
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
intercept
Continuation
Link copied to clipboard
override
fun
<
T
>
interceptContinuation
(
continuation
:
Continuation
<
T
>
)
:
Continuation
<
T
>
is
Dispatch
Needed
Link copied to clipboard
open
fun
isDispatchNeeded
(
context
:
CoroutineContext
)
:
Boolean
limited
Parallelism
Link copied to clipboard
open
fun
limitedParallelism
(
parallelism
:
Int
,
name
:
String
?
)
:
CoroutineDispatcher
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext
operator
fun
plus
(
other
:
CoroutineDispatcher
)
:
CoroutineDispatcher
release
Intercepted
Continuation
Link copied to clipboard
override
fun
releaseInterceptedContinuation
(
continuation
:
Continuation
<
*
>
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String