forked from typelevel/cats-effect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.json
41 lines (41 loc) · 834 Bytes
/
sidebars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"docs": {
"Overview": [
"getting-started",
"concepts",
"tutorial",
"tracing",
"migration-guide",
"thread-model",
"typeclasses",
"schedulers"
],
"Typeclasses": [
"typeclasses",
"typeclasses/monadcancel",
"typeclasses/spawn",
"typeclasses/unique",
"typeclasses/clock",
"typeclasses/concurrent",
"typeclasses/temporal",
"typeclasses/sync",
"typeclasses/async"
],
"Standard Library": [
"std/countdown-latch",
"std/cyclic-barrier",
"std/deferred",
"std/dequeue",
"std/dispatcher",
"std/hotswap",
"std/pqueue",
"std/queue",
"std/random",
"std/ref",
"std/resource",
"std/semaphore",
"std/supervisor",
"std/async-await"
]
}
}