Skip to content

Commit

Permalink
Merge pull request #4 from tkf/links
Browse files Browse the repository at this point in the history
Add a few more links
  • Loading branch information
c42f authored Sep 13, 2019
2 parents fbb0e7a + 98f88a7 commit c5eb926
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions StructuredConcurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ deal with many of the same issues. The Trio forum has a section dedicated to
the [language-independent discussion of structured
concurrency](https://trio.discourse.group/c/structured-concurrency).

#### Links

* [Structured concurrency resources - Structured concurrency - Trio forum](https://trio.discourse.group/t/structured-concurrency-resources/21)
* [Reading list · python-trio/trio Wiki](https://github.com/python-trio/trio/wiki/Reading-list)

#### People in the wider community

* Bob Nystrom ([`@munificent`](http://journal.stuffwithstuff.com)) works on the
Expand All @@ -246,6 +251,9 @@ concurrency](https://trio.discourse.group/c/structured-concurrency).
posts on the topic.
- [Timeouts and cancellation for humans](https://vorpus.org/blog/timeouts-and-cancellation-for-humans)
- [Notes on structured concurrency, or: Go statement considered harmful](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/).

See also his PyCon 2018 talk:
- [Nathaniel J. Smith - Trio: Async concurrency for mere mortals - PyCon 2018 - YouTube](https://www.youtube.com/watch?v=oLkfnc_UMcE)
* Roman Elizarov ([`@elizarov`](https://github.com/elizarov)) is the team lead
for Kotlin libraries at JetBrains. Here's his [blog](https://medium.com/@elizarov).
- [Structured concurrency](https://youtu.be/hW4vjgtPCAY?t=25960) for Kotlin talk at Hydraconf ([talk abstract](https://hydraconf.com/2019/talks/68l5ztovlf0xm9aindouzr))
Expand Down

0 comments on commit c5eb926

Please sign in to comment.