`streamlit-concurrency` a python library to help concurrency in st

The lib is based on my experience doing concurrency in streamlit.

Now it only use thread pool executor but I think it is already useful.

Its demo runs in community cloud now: https://concurrency.streamlit.app/

You can also find it in github or pypi.

7 Likes

@jokester I just came across this… it looks like excellent work and appears to solve the issue of maintaining concurrent function execution even as the user interacts with a Streamlit application. Also being able to track task status and results, despite Streamlit’s new script run contexts as the user interacts with an app, is super useful. Great job!

1 Like