From ad1227515d8e7818922c68ae9ea3846fe4ba9506 Mon Sep 17 00:00:00 2001 From: Chris Cadden Date: Thu, 22 Feb 2024 23:34:08 -0500 Subject: [PATCH] Include instructions.append.md with parallelism/concurrency resources --- .../parallel-letter-frequency/.docs/instructions.append.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exercises/practice/parallel-letter-frequency/.docs/instructions.append.md diff --git a/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md b/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md new file mode 100644 index 0000000000..ccb4b37e82 --- /dev/null +++ b/exercises/practice/parallel-letter-frequency/.docs/instructions.append.md @@ -0,0 +1,6 @@ +# Instructions Append +## Further Reading +- [Ruby `Thread` Documentation](https://docs.ruby-lang.org/en/master/Thread.html) +- [Ruby `Thread::Queue` Documentation](https://docs.ruby-lang.org/en/master/Thread/Queue.html) +- [Ruby `Fiber` Documentation](https://docs.ruby-lang.org/en/master/Thread.html) +- [Ruby `Ractor` Documentation](https://docs.ruby-lang.org/en/master/Ractor.html)