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:
184
184
- reactive.event
185
185
- reactive.isolate
186
186
- reactive.invalidate_later
187
+ - reactive.extended_task
187
188
- reactive.flush
188
189
- reactive.poll
189
190
- reactive.file_reader
@@ -259,6 +260,17 @@ quartodoc:
259
260
dynamic : false
260
261
- name : htmltools.css
261
262
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
262
274
- title : Types
263
275
desc : " "
264
276
contents :
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ quartodoc:
83
83
- reactive.event
84
84
- reactive.isolate
85
85
- reactive.invalidate_later
86
+ - reactive.extended_task
86
87
- reactive.flush
87
88
- reactive.poll
88
89
- reactive.file_reader
You can’t perform that action at this time.
0 commit comments