toggle menu
re.this
0.1.2
common
switch theme
search in API
re.this
/
eu.vendeli.rethis.types.coroutine
/
CoLocalConn
Co
Local
Conn
class
CoLocalConn
(
val
connection
:
Connection
)
:
AbstractCoroutineContextElement
,
CoroutineContext.Element
Members
Constructors
Co
Local
Conn
Link copied to clipboard
constructor
(
connection
:
Connection
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
CoLocalConn
>
Properties
connection
Link copied to clipboard
val
connection
:
Connection
key
Link copied to clipboard
open
override
val
key
:
CoLocalConn.Key
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