Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/_quartodoc-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ quartodoc:
- reactive.event
- reactive.isolate
- reactive.invalidate_later
- reactive.extended_task
- reactive.flush
- reactive.poll
- reactive.file_reader
Expand Down Expand Up @@ -259,6 +260,17 @@ quartodoc:
dynamic: false
- name: htmltools.css
dynamic: false
- kind: page
path: ExtendedTask
flatten: true
summary:
name: "ExtendedTask"
desc: "Supervise an extended, long-running task"
contents:
- reactive.ExtendedTask
- reactive.ExtendedTask.invoke
- reactive.ExtendedTask.result
- reactive.ExtendedTask.cancel
- title: Types
desc: ""
contents:
Expand Down
1 change: 1 addition & 0 deletions docs/_quartodoc-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ quartodoc:
- reactive.event
- reactive.isolate
- reactive.invalidate_later
- reactive.extended_task
- reactive.flush
- reactive.poll
- reactive.file_reader
Expand Down