You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ run(sim, datetime+Month(3))
91
91
@coroutinefibonnaci(sim)
92
92
run(sim, 10)
93
93
```
94
-
* Starting from SimJulia v0.4.1, `ResumableFunctions` is a separate package exporting the `resumable` and `yield` macro and it is a dependency for `SimJulia`.
94
+
* Starting from SimJulia v0.4.1, `ResumableFunctions` is a separate package exporting the `resumable` and `yield` macro and it is a dependency for `SimJulia`. Users have to take into account the following syntax change:
95
+
*`@yield return arg` is replaced by `@yield arg`
95
96
* The continuous time simulation is based on a quantized state system solver. (EXPERIMENTAL)
0 commit comments