Skip to content

Commit

Permalink
docs: Add ExtendedTask to API index (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 30, 2024
1 parent 3612c21 commit 4c38ce7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
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

0 comments on commit 4c38ce7

Please sign in to comment.