Skip to contents

Example of a Long Task

Usage

long_task_ui(id)

long_task_server(id, fun)

Arguments

id

The id string to be namespaced (optional).

fun

A (slow) function to calculate each of the results.

Functions

  • long_task_ui(): Module UI

  • long_task_server(): Module Server