Skip to content

Commit 4c38ce7

Browse files
authored
docs: Add ExtendedTask to API index (#1088)
1 parent 3612c21 commit 4c38ce7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/_quartodoc-core.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ quartodoc:
184184
- reactive.event
185185
- reactive.isolate
186186
- reactive.invalidate_later
187+
- reactive.extended_task
187188
- reactive.flush
188189
- reactive.poll
189190
- reactive.file_reader
@@ -259,6 +260,17 @@ quartodoc:
259260
dynamic: false
260261
- name: htmltools.css
261262
dynamic: false
263+
- kind: page
264+
path: ExtendedTask
265+
flatten: true
266+
summary:
267+
name: "ExtendedTask"
268+
desc: "Supervise an extended, long-running task"
269+
contents:
270+
- reactive.ExtendedTask
271+
- reactive.ExtendedTask.invoke
272+
- reactive.ExtendedTask.result
273+
- reactive.ExtendedTask.cancel
262274
- title: Types
263275
desc: ""
264276
contents:

docs/_quartodoc-express.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ quartodoc:
8383
- reactive.event
8484
- reactive.isolate
8585
- reactive.invalidate_later
86+
- reactive.extended_task
8687
- reactive.flush
8788
- reactive.poll
8889
- reactive.file_reader

0 commit comments

Comments
 (0)