Skip to content

Commit a5147f7

Browse files
committed
Put a note on the managed process tutorial about branches/source
1 parent 2285f3c commit a5147f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/tutorial3.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ title: Managed Process Tutorial
66

77
### Introduction
88

9+
The source code on which this tutorial is based is kept on github,
10+
and can be accessed [here][1]. Please note that this tutorial is
11+
based on the stable (master) branch of distributed-process-platform.
12+
913
The main idea behind `ManagedProcess` is to separate the functional
1014
and non-functional aspects of a process. By functional, we mean whatever
1115
application specific task the process performs, and by non-functional
@@ -381,3 +385,5 @@ bit too much overhead for some applications. In our next tutorial, we'll look at
381385
`Control.Distributed.Process.Platform.Task` API, which looks a lot like `Async` but
382386
manages exit signals in a single thread and makes configurable task pools and task
383387
supervision strategy part of its API.
388+
389+
[1]: https://github.com/haskell-distributed/distributed-process-platform/blob/master/tests/SimplePool.hs

0 commit comments

Comments
 (0)