Skip to content

Commit 8a5483e

Browse files
chshershvrom911
authored andcommitted
[#124] Implement concurrent playground for logging (#161)
* [#124] Implement concurrent playground for logging Resolves #124 * Add a note about concurrent logging examples * Fix GHC-8.2.2
1 parent 45cdf23 commit 8a5483e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ See the following tutorial series about the library:
2929
* [Intro: Using `LogAction`](https://github.com/kowainik/co-log/blob/master/co-log/tutorials/1-intro/Intro.md)
3030
* [Using custom monad that stores `LogAction` inside its environment](https://github.com/kowainik/co-log/blob/master/co-log/tutorials/2-custom/Custom.md)
3131

32+
`co-log` also cares about concurrent logging. For this purposes we have the `concurrent-playground`
33+
executable where we experiment with different multithreading scenarios to test the library behavior.
34+
You can find it here:
35+
36+
* [tutorials/Concurrent.hs](co-log/tutorials/Concurrent.hs)
37+
3238
## Benchmarks
3339

3440
`co-log` is compared with basic functions like `putStrLn`. Since IO overhead is

0 commit comments

Comments
 (0)