aboutsummaryrefslogtreecommitdiff
path: root/content/pipelines.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/pipelines.article')
-rw-r--r--content/pipelines.article12
1 files changed, 9 insertions, 3 deletions
diff --git a/content/pipelines.article b/content/pipelines.article
index febc0c4..de145a1 100644
--- a/content/pipelines.article
+++ b/content/pipelines.article
@@ -307,6 +307,12 @@ pipeline and defined guidelines for constructing pipelines correctly.
Further reading:
-- [[https://talks.golang.org/2012/concurrency.slide#1][Go Concurrency Patterns]] ([[https://www.youtube.com/watch?v=f6kdp27TYZs][video]]) presents the basics of Go's concurrency primitives and several ways to apply them.
-- [[https://blog.golang.org/advanced-go-concurrency-patterns][Advanced Go Concurrency Patterns]] ([[http://www.youtube.com/watch?v=QDDwwePbDtw][video]]) covers more complex uses of Go's primitives, especially `select`.
-- Douglas McIlroy's paper [[https://swtch.com/~rsc/thread/squint.pdf][Squinting at Power Series]] shows how Go-like concurrency provides elegant support for complex calculations.
+- [[https://talks.golang.org/2012/concurrency.slide#1][Go Concurrency Patterns]]
+ ([[https://www.youtube.com/watch?v=f6kdp27TYZs][video]]) presents the basics
+ of Go's concurrency primitives and several ways to apply them.
+- [[https://blog.golang.org/advanced-go-concurrency-patterns][Advanced Go Concurrency Patterns]]
+ ([[http://www.youtube.com/watch?v=QDDwwePbDtw][video]]) covers more complex
+ uses of Go's primitives,
+ especially `select`.
+- Douglas McIlroy's paper [[https://swtch.com/~rsc/thread/squint.pdf][Squinting at Power Series]]
+ shows how Go-like concurrency provides elegant support for complex calculations.