File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments