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/
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/
@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!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.