Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make the server (starlette) work without threads for pyodide #569

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

maartenbreddels
Copy link
Contributor

in pyodide (pycafe) we cannot use threads. We currently have workarounds in pycafe, but it would be easier to just not use threads in the server if they are not available.

@maartenbreddels maartenbreddels force-pushed the feat_server_async branch 4 times, most recently from 58b59f2 to 2a16fb4 Compare March 23, 2024 20:37
@maartenbreddels maartenbreddels marked this pull request as ready for review March 23, 2024 20:40
Copy link

render bot commented Mar 25, 2024

in pyodide (pycafe) we cannot use threads. We currently have workarounds
in pycafe, but it would be easier to just not use threads in the server
if they are not available.
@maartenbreddels maartenbreddels merged commit f2f06bc into master Mar 25, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant