Skip to content

Commit eb2dbec

Browse files
authored
Put old reading clubs on meetings page
1 parent d9f7f61 commit eb2dbec

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

src/meetings.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ See also:
3434
|------------|------------|-----------------|-------|
3535
| 2023-03-02 | [09:00 PT] | Sprint Planning ||
3636

37-
<details>
38-
<summary>Past meetings</summary>
37+
## Past meetings
3938

4039
### January 2023
4140

@@ -84,12 +83,29 @@ See also:
8483
| 2022-09-01 | [09:00 PT] | Reading Club | [A look back at asynchronous Rust](https://tomaka.medium.com/a-look-back-at-asynchronous-rust-d54d63934a1c) ([notes](https://hackmd.io/RRVC9tDVQZSKgs9JNbo5LQ))
8584
| 2022-09-08 | [09:00 PT] | Sprint Planning | [Sprint](https://hackmd.io/gPgXC4fsTZOgOnd-Bwhoag?view#2022-09-08---2022-10-06)
8685
| 2022-09-12 | [08:30 PT] | Triage | –
87-
| 2022-09-15 | [09:00 PT] | Reading Club | [Futures concurrency 3](https://blog.yoshuawuyts.com/futures-concurrency-3/)
88-
| 2022-09-22 | [09:00 PT] | Reading Club | [Async/await in Swift](https://github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md)
86+
| 2022-09-15 | [09:00 PT] | Reading Club | [Futures concurrency 3](https://blog.yoshuawuyts.com/futures-concurrency-3/) ([notes](https://hackmd.io/8gvVE3yaTUGw7IjWqsbuwA))
87+
| 2022-09-22 | [09:00 PT] | Reading Club | [Async/await in Swift](https://github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md) ([notes](https://hackmd.io/DG4APdWoS6iYsTMgf_n_Kg))
8988
| 2022-09-26 | [08:30 PT] | Triage | –
9089
| 2022-09-29 | [09:00 PT] | Deep Dive | Async I/O Traits
9190

92-
</details>
91+
### Earlier
92+
93+
| Reading Club Document | Date and Zulip thread or notes link |
94+
| --- | --- |
95+
| [Async cancellation 1](https://blog.yoshuawuyts.com/async-cancellation-1/) | [2022-03-07] |
96+
| [Async overloading](https://blog.yoshuawuyts.com/async-overloading/) | [2022-03-21]
97+
| [RPITIDT](https://rust-lang.github.io/async-fundamentals-initiative/explainer/async_fn_in_dyn_trait.html) | [2022-04-04]
98+
| [Kotlin Coroutines Introduction](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/06_StructuredConcurrency) | [2022-04-18]
99+
| [dyn* doesn't need to be special](https://dev.to/cad97/dyn-doesnt-need-to-be-special-3ldm) | 2022-05-18 ([notes](https://hackmd.io/-Jqg46vmRCiwSNLXFsv70Q?view)) |
100+
| [Async destructors, async genericity, and completion futures](https://sabrinajewson.org/blog/async-drop) | 2022-06-23 and 2022-06-30 (video) ([notes](https://hackmd.io/DBC2RvHXT_GQqdyRRI8geQ?view)) |
101+
| [Safe Pin projections through view types](https://blog.yoshuawuyts.com/safe-pin-projections-through-view-types/) | 2022-07-28 (video) ([notes](https://hackmd.io/FPBnaaAHTYmO0QPWJY3dEw?both)) |
102+
| [Panics vs cancellation, part 1](https://smallcultfollowing.com/babysteps//blog/2022/01/27/panics-vs-cancellation-part-1/) | 2022-08-18 [notes](https://hackmd.io/Ux6nxmMMRuat6v4O1ci1ng) |
103+
104+
[2022-03-07]: https://zulip-archive.rust-lang.org/stream/187312-wg-async/topic/async.20reading.20club.202022-03-07.html
105+
[2022-03-21]: https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async/topic/async.20reading.20club.202022-03-07
106+
[2022-04-04]: https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async/topic/async.20reading.20club.202022-04-04
107+
[2022-04-18]: https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async/topic/async.20reading.20club.202022-04-18
108+
93109

94110
[reading club]: https://hackmd.io/6kSbmyggT6eAy5uvdB6srA?both
95111
[triage meeting]: ./triage.md

0 commit comments

Comments
 (0)