Skip to content

Commit

Permalink
docs for InProcessWorker and DistributedStdlibWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 12, 2023
1 parent 3ee5867 commit 46731b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/src/index.md
Original file line number Diff line number Diff line change
@@ -31,6 +31,14 @@ and whether worker execution is multi-threaded will depend on your operating sys
Malt.Worker
```

### Special workers

There are two special worker types that can be used for backwards-compatibility or other projects. You can also make your own worker type by extending the `Malt.AbstractWorker` type.

```@docs
Malt.InProcessWorker
Malt.DistributedStdlibWorker
```


## Calling Functions

0 comments on commit 46731b4

Please sign in to comment.