Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
Decision
/
Companion
Companion
object
Companion
(
source
)
Functions
Functions
cont
Link copied to clipboard
fun
<
A
,
B
>
cont
(
d
:
Double
,
a
:
A
,
b
:
Eval
<
B
>
)
:
Schedule.Decision
<
A
,
B
>
@
ExperimentalTime
fun
<
A
,
B
>
cont
(
d
:
Duration
,
a
:
A
,
b
:
Eval
<
B
>
)
:
Schedule.Decision
<
A
,
B
>
done
Link copied to clipboard
fun
<
A
,
B
>
done
(
d
:
Double
,
a
:
A
,
b
:
Eval
<
B
>
)
:
Schedule.Decision
<
A
,
B
>
@
ExperimentalTime
fun
<
A
,
B
>
done
(
d
:
Duration
,
a
:
A
,
b
:
Eval
<
B
>
)
:
Schedule.Decision
<
A
,
B
>