Skip to content

Commit

Permalink
add a couple of log_
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jan 16, 2018
1 parent 62284dd commit d28e481
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ t <- trajectory() %>%
do_parallel(
env,
trajectory("doctor") %>%
timeout(1),
timeout(1) %>%
log_("doctor path done"),
trajectory("nurse") %>%
timeout(2)
timeout(2) %>%
log_("nurse path done")
) %>%
timeout(0.5) %>%
release("room",1) %>%
Expand Down

0 comments on commit d28e481

Please sign in to comment.