toggle menu
re.this
0.1.6
common
switch theme
search in API
re.this
/
eu.vendeli.rethis.types.coroutine
/
CoPipelineCtx
Co
Pipeline
Ctx
class
CoPipelineCtx
(
val
pipelinedRequests
:
MutableList
<
Any
?
>
)
:
AbstractCoroutineContextElement
,
CoroutineContext.Element
Members
Constructors
Co
Pipeline
Ctx
Link copied to clipboard
constructor
(
pipelinedRequests
:
MutableList
<
Any
?
>
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
CoPipelineCtx
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoPipelineCtx.Key
pipelined
Requests
Link copied to clipboard
val
pipelinedRequests
:
MutableList
<
Any
?
>
Functions
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
?
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