fs2-experimental
fs2-experimental
fs2.experimental.concurrent
PubSub
PubSub
Strategy
Strategy
Publish
Queue
Strategy
Subscribe
fs2-experimental
/
fs2.experimental.concurrent
/
Queue
/
Strategy
Strategy
object
Strategy
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
boundedFifo
[A](maxSize:
Int
):
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]
def
boundedLifo
[A](maxSize:
Int
):
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]
def
circularBuffer
[A](maxSize:
Int
):
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]
def
fifo
[A]:
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]
def
lifo
[A]:
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]
def
synchronous
[A]:
Strategy
[A,
Chunk
[A], (
Boolean
,
Option
[A]),
Int
]
def
unbounded
[A](append: (
SizedQueue
[A], A) =>
SizedQueue
[A]):
Strategy
[A,
Chunk
[A],
SizedQueue
[A],
Int
]