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

Add support for periodic callbacks in Pyodide #3381

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

philippjfr
Copy link
Member

The Tornado event loop and the bokeh server APIs are not accessible in pyodide so we have to schedule manually on the asyncio loop running inside pyodide.

@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #3381 (42189a0) into master (fb66068) will decrease coverage by 0.03%.
The diff coverage is 53.84%.

@@            Coverage Diff             @@
##           master    #3381      +/-   ##
==========================================
- Coverage   82.96%   82.93%   -0.04%     
==========================================
  Files         198      198              
  Lines       26970    26975       +5     
==========================================
- Hits        22375    22371       -4     
- Misses       4595     4604       +9     
Impacted Files Coverage Δ
panel/io/callbacks.py 75.93% <53.84%> (-2.93%) ⬇️
panel/io/reload.py 69.56% <0.00%> (-2.18%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/io/state.py 69.11% <0.00%> (-0.23%) ⬇️
panel/io/server.py 78.09% <0.00%> (-0.22%) ⬇️
panel/pane/idom.py 27.40% <0.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb66068...42189a0. Read the comment docs.

@philippjfr philippjfr merged commit 054ed35 into master Apr 14, 2022
@philippjfr philippjfr deleted the pyodide_periodic branch April 14, 2022 10:11
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.

None yet

1 participant