An open API service indexing awesome lists of open source software.

https://github.com/bcbi/existingprocessmanagers.jl

Provides the ExistingProcessManager cluster manager for telling Distributed about Julia worker processes that you have already started
https://github.com/bcbi/existingprocessmanagers.jl

Last synced: 5 months ago
JSON representation

Provides the ExistingProcessManager cluster manager for telling Distributed about Julia worker processes that you have already started

Awesome Lists containing this project

README

          

# ExistingProcessManagers

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bcbi.github.io/ExistingProcessManagers.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bcbi.github.io/ExistingProcessManagers.jl/dev)
[![Build Status](https://github.com/bcbi/ExistingProcessManagers.jl/workflows/CI/badge.svg)](https://github.com/bcbi/ExistingProcessManagers.jl/actions)
[![Coverage](https://codecov.io/gh/bcbi/ExistingProcessManagers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bcbi/ExistingProcessManagers.jl)

ExistingProcessManagers
provides the `ExistingProcessManager` type, which is a `ClusterManager` for
telling `Distributed` about Julia worker processes that you have already
started.

Please see the [documentation](https://bcbi.github.io/ExistingProcessManagers.jl/stable).