Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 962 Bytes

File metadata and controls

13 lines (8 loc) · 962 Bytes

Libtask

Stable Dev Libtask Testing

Resumable and copyable functions (a.k.a. coroutines) for Julia, with optional function-specific globals. See the docs for example usage.

Used in the Turing probabilistic programming language to implement various particle-based inference methods, for example, those in AdvancedPS.jl.

ResumableFunctions.jl provides resumable functions similar to Libtask's, but lacks copying.