Skip to content

Conversation

schloerke
Copy link
Collaborator

@schloerke schloerke commented Aug 21, 2023

Execute the functions asynchronously, one after another

Fixes #686

  • Changelog
  • test that adds multiple sync, async functions and validates their call order

@schloerke schloerke requested review from wch and jcheng5 August 21, 2023 19:02
@schloerke schloerke marked this pull request as ready for review August 22, 2023 20:32
@schloerke schloerke self-assigned this Aug 22, 2023
@schloerke schloerke changed the title Make Session on_flush() and on_flushed() accept async functions feat(Session): Make Session on_flush() and on_flushed() accept async functions Aug 22, 2023
@schloerke schloerke merged commit 398738b into main Aug 22, 2023
@schloerke schloerke deleted the async_server_messages branch August 22, 2023 20:45
schloerke added a commit that referenced this pull request Aug 22, 2023
* main:
  feat(Session): Make Session on_flush() and on_flushed() accept async functions (#693)
  Make data frame selection return row numbers, not pandas index value (#677)
  chore(api)!: Rename `ui.navset_pill_card` -> `ui.navset_card_pill` and `ui.navset_tab_card` -> `ui.navset_card_tab` (#681)
  Consolidate all testing into `tests/` folder (#683)
  Fix pyright error (#678)
  Make model score app work on Connect/Shinyapps.io (#657)
  Suppress type check for read_csv
  Synchonize input_file examples
  More realistic file import example (#582)
  Make flaky dataframe test have larger timeout (#675)
  Wrap bare value box value in `p` tag (#668)
schloerke added a commit that referenced this pull request Aug 22, 2023
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.

Allow for session "on flush" and "on flushed" callbacks to be async
2 participants