Skip to content

Commit 7c63f50

Browse files
Add multithreading refcard (#1235)
1 parent 764687e commit 7c63f50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/develop/concepts/app-design/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Understand the impact of defining your own Python classes within Streamlit's rer
3939

4040
</RefCard>
4141

42+
<RefCard href="/develop/concepts/design/multithreading">
43+
44+
<h5>Multithreading</h5>
45+
46+
Understand how to use multithreading within Streamlit apps.
47+
48+
</RefCard>
49+
4250
<RefCard href="/develop/concepts/design/timezone-handling">
4351

4452
<h5>Working with timezones</h5>

0 commit comments

Comments
 (0)