# ANN: TaskMaster.jl

**URL:** https://discourse.julialang.org/t/ann-taskmaster-jl/29676
**Category:** Package Announcements
**Tags:** announcement
**Created:** [October 9, 2019, 8:09am UTC](https://discourse.julialang.org/t/ann-taskmaster-jl/29676 "2019-10-09T08:09:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Janis\_Erdmanis](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/janis_erdmanis/32/10869_2.png) [@Janis\_Erdmanis](https://discourse.julialang.org/u/Janis_Erdmanis)
#### Post date: [October 9, 2019, 8:09am UTC](https://discourse.julialang.org/t/ann-taskmaster-jl/29676/1 "2019-10-09T08:09:43Z")

</div>

Hello everyone!

I am thrilled to announce a package [TaskMaster.jl](https://github.com/akels/TaskMaster.jl) a package which makes writing parallel feedback loops fun 🥳. I started to develop it as a wrapper when my Python colleagues were releasing their cool [python-adaptive package](https://github.com/python-adaptive/adaptive). I found the problem of how to model parallel feedback loops fascinating, especially, the question of how could one debug something with race conditions? Or how could swap the executor equipment easily? After multiple iterations now I have the answer (see the docs).

At the moment the package is in the registration stage, thus install it now with a command:

```julia
]add https://github.com/akels/TaskMaster.jl 

```

Pull requests and help are welcome. Would be nice to have a ThreadMaster 😉

---

<div class="post-metadata">

### Author: ![Janis\_Erdmanis](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/janis_erdmanis/32/10869_2.png) [@Janis\_Erdmanis](https://discourse.julialang.org/u/Janis_Erdmanis)
#### Post date: [October 17, 2019, 6:18am UTC](https://discourse.julialang.org/t/ann-taskmaster-jl/29676/2 "2019-10-17T06:18:19Z")

</div>

It is official! The package is released and can be installed from the Julia main registry. Look into [Adaptive section](http://janiserdmanis.org/TaskMaster.jl/dev/adaptive/) of the documentation to get inspired 🙂
