choam-async
0.5.0-RC3
choam-async
API
dev.tauri.choam.async
AsyncQueue
AsyncQueue
Put
SourceSink
Take
WithSize
AsyncStack
AsyncStack
CountDownLatch
CountDownLatch
Promise
Promise
Complete
Complete
Get
InvariantSyntax
Get
choam-async
/
dev.tauri.choam.async
/
AsyncQueue
/
Take
Take
dev.tauri.choam.async.AsyncQueue.Take
sealed
trait
Take
[
+
A
]
Attributes
Source
AsyncQueue.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Poll
[
A
]
class
Object
trait
Matchable
class
Any
Known subtypes
trait
SourceSink
[
A
]
trait
AsyncQueue
[
A
]
trait
WithSize
[
A
]
Members list
Clear all
Value members
Abstract methods
def
take
[
F
[
_
],
AA
>:
A
](
implicit
F
:
AsyncReactive
[
F
]):
F
[
AA
]
Attributes
Source
AsyncQueue.scala
Inherited and Abstract methods
def
poll
:
Rxn
[
Option
[
A
]]
Attributes
Inherited from:
Poll
Source
Queue.scala
In this article
Attributes
Members list
Value members
Abstract methods
Inherited and Abstract methods