Skip to content

Commit 9927c67

Browse files
authored
Update README.md
1 parent 33ccb35 commit 9927c67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Resumable and copyable functions (a.k.a. coroutines) for Julia, with optional function-specific globals.
99
See the [docs](https://turinglang.github.io/Libtask.jl/dev) for example usage.
1010

11-
Used in the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming language to implement various particle-based inference methods, for example those in [AdvancedPS.jl](https://github.com/TuringLang/AdvancedPS.jl/).
11+
Used in the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming language to implement various particle-based inference methods, for example, those in [AdvancedPS.jl](https://github.com/TuringLang/AdvancedPS.jl/).
1212

13-
## Related:
14-
- [ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl)
13+
[ResumableFunctions.jl](https://github.com/JuliaDynamics/ResumableFunctions.jl) provides resumable functions similar to Libtask's, but lacks copying.

0 commit comments

Comments
 (0)