An open API service indexing awesome lists of open source software.

https://github.com/jokester/streamlit-concurrency

Easier and safer concurrency for Streamlit
https://github.com/jokester/streamlit-concurrency

concurrency streamlit

Last synced: 11 months ago
JSON representation

Easier and safer concurrency for Streamlit

Awesome Lists containing this project

README

          

# streamlit-concurrency

Easier and safer concurrency for streamlit.

This library provide 2 APIs:

- `run_in_executor`: transform function to run concurrently in executor (ThreadPoolExecutor)
- with configurable caching like `st.cache_data`, even for async function
- transformed function can access `st.session_state` and widgets from other threads
- `use_state`: manage page state in and across pages

Links:

- [Demo](https://concurrency.streamlit.app/)
- [API](https://github.com/jokester/streamlit-concurrency/blob/main/API.md)
- [Github](https://github.com/jokester/streamlit-concurrency/)
- [pypi](https://pypi.org/project/streamlit-concurrency/)

## License

Apache 2.0