Skip to content

Commit bb26b5e

Browse files
committed
Initial work for "Concurrency DSLs"
1 parent 9b45b3c commit bb26b5e

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

content/docs/learn/coroutines/concurrency-primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 6
33
---
44

55
# Concurrency primitives
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 2
3+
title: Concurrency DSLs (experimental)
4+
---
5+
6+
# Concurrency DSLs
7+
8+
:::warning
9+
10+
The functionality described in this section is experimental.
11+
Although the basic concepts shall remain, we may tweak the API in the future.
12+
13+
:::
14+
15+
<!--- TEST_NAME ConcurrencyDslTest -->
16+
17+
## Racing
18+
19+
## Await all / parallelism

content/docs/learn/coroutines/resource-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 3
33
---
44

55
# Resource

content/docs/learn/coroutines/stm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 5
33
---
44

55
# Transactional memory (STM)

content/docs/learn/coroutines/suspendapp/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Graceful shutdown",
3-
"position": 3,
3+
"position": 4,
44
"customProps": {
55
"icon": "icon-coroutines.svg",
66
"description": "Graceful shutdowns"

0 commit comments

Comments
 (0)