scala-gopher
scala-gopher
gopher
Channel
Channel
Read
FRead
Write
ChannelClosedException
ChannelWithExpiration
DefaultGopherConfig
DuppedInput
Gopher
GopherAPI
GopherConfig
JVMGopher
JVMGopher
JVMGopherConfig
JVMTime
JVMScheduled
Platform
ReadChannel
DoneReadChannel
SimpleReader
ReadChannel
Select
Select
SelectGroupExpr
SelectorCaseExpr
ReadExpression
WriteExpression
TimeoutExpression
DoneExression
SelectFold
Done
SelectForever
SelectGroup
Expiration
ReaderRecord
WriterRecord
TimeoutRecord
SelectGroupBuilder
SelectListeners
SelectLoop
SharedGopherAPI
Time
Ticker
Time
Scheduled
WriteChannel
WriteChannelWithExpiration
gopher.impl
AppendReadChannel
InterceptReader
ChFlatMappedChannel
ChFlatMappedReadChannel
Expirable
FilteredAsyncChannel
FilteredAsyncReadChannel
FilteredReader
FilteredChannel
FilteredReadChannel
FilteredReader
GuardedSPSCBaseChannel
GuardedSPSCBaseChannel
GuardedSPSCBufferedChannel
RingBuffer
GuardedSPSCUnbufferedChannel
MappedAsyncChannel
MappedAsyncReadChannel
MReader
MappedChannel
MappedReadChannel
MReader
NesteWriterWithExpireTime
NestedWriterWithExpireTimeThrowing
OrReadChannel
CommonBase
CommonReader
WrappedReader
DoneCommonReader
PromiseChannel
Reader
SPSCBuffer
SimpleWriter
SimpleWriterWithExpireTime
Writer
gopher.monads
ReadChannelCpsMonad
scala-gopher
/
gopher
/
SelectGroup
/
TimeoutRecord
TimeoutRecord
case
class
TimeoutRecord
(duration:
FiniteDuration
, action:
Try
[
FiniteDuration
] =>
F
[
S
]) extends
Expiration
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Expiration
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
capture
():
Option
[
Try
[
FiniteDuration
] =>
Unit
]
Inherited methods
def
canExpire
:
Boolean
Inherited from
Expiration
def
isExpired
:
Boolean
Inherited from
Expiration
def
markFree
():
Unit
Inherited from
Expiration
def
markUsed
():
Unit
Inherited from
Expiration
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product