Wow
Toggle table of contents
6.16.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-core
/
me.ahoo.wow.infra.sink
Package-level
declarations
Types
Functions
Properties
Types
Concurrent
Many
Sink
Link copied to clipboard
class
ConcurrentManySink
<
T
:
Any
>
(
val
delegate
:
Sinks.Many
<
T
>
)
:
Sinks.Many
<
T
>
,
Decorator
<
Sinks.Many
<
T
>
>
线程安全的
Sinks.Many
装饰器
Properties
cancelled
Link copied to clipboard
val
Scannable
.
cancelled
:
Boolean
terminated
Link copied to clipboard
val
Scannable
.
terminated
:
Boolean
Functions
concurrent
Link copied to clipboard
fun
<
T
:
Any
>
Sinks.Many
<
T
>
.
concurrent
(
)
:
ConcurrentManySink
<
T
>