ANN: TaskMaster.jl

Hello everyone!

I am thrilled to announce a package TaskMaster.jl a package which makes writing parallel feedback loops fun :partying_face:. I started to develop it as a wrapper when my Python colleagues were releasing their cool python-adaptive package. 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:

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

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

7 Likes

It is official! The package is released and can be installed from the Julia main registry. Look into Adaptive section of the documentation to get inspired :slight_smile:

1 Like