From 109dee7ace39e044ee54ca3455120fb8b9aefe98 Mon Sep 17 00:00:00 2001 From: Rafael Fourquet Date: Tue, 7 Jul 2020 18:01:51 +0200 Subject: [PATCH] doc multi-threading: link to 2019's blog post (#36561) --- doc/src/manual/multi-threading.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/manual/multi-threading.md b/doc/src/manual/multi-threading.md index 596c6a66bc32a..08966f2dc153b 100644 --- a/doc/src/manual/multi-threading.md +++ b/doc/src/manual/multi-threading.md @@ -1,5 +1,8 @@ # [Multi-Threading](@id man-multithreading) +Visit this [blog post](https://julialang.org/blog/2019/07/multithreading/) for a presentation +of Julia multi-threading features. + ## Starting Julia with multiple threads By default, Julia starts up with a single thread of execution. This can be verified by using the