Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Jul 6, 2021
1 parent 788583d commit 624e884
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private object Example {
// ======================= Example Run =======================

fun main() {
val args = mapOf(
val args: ParallelState = mapOf(
// Specify initial state.
// Commend initial Args to simulate failure of initial validation.
Args to Args(
Expand All @@ -127,9 +127,7 @@ fun main() {
b = 8,
c = 13,
),
Parallel.Logger to { log: Any ->
println(log)
},
// Parallel.Logger to { log: Any -> println(log) },
// Parallel.Sequence to Unit,
)

Expand Down

0 comments on commit 624e884

Please sign in to comment.