core
core
API
ox
Ox
Ox
Fork
ForkLocal
ForkLocal
syntax
core
/
ox
/
Ox
/
syntax
syntax
ox.Ox$.syntax$
object
syntax
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
syntax
.type
Clear all
Members list
Concise view
Extensions
Extensions
extension
[
T
](f:
=>
T
)
def
fork
(
using
Ox
):
Fork
[
T
]
def
forkHold
(
using
Ox
):
Fork
[
T
]
def
raceResultWith
(
using
Ox
)(
f2
:
=>
T
):
T
def
raceSuccessWith
(
using
Ox
)(
f2
:
=>
T
):
T
def
timeout
(
using
Ox
)(
duration
:
FiniteDuration
):
T
def
uninterruptible
(
using
Ox
):
T
extension
[
T
](f:
=>
T
)(
using
Ox
)
def
scopedWhere
[
U
](
fl
:
ForkLocal
[
U
],
u
:
U
):
T
extension
[
T
](f:
=>
T
)
def
forever
:
Fork
[
Nothing
]
def
retry
(
times
:
Int
,
sleep
:
FiniteDuration
):
T