stencila/rasta

feat(Cancel): Add task cancellation capability

nokome opened this issue · 0 comments

One method in the Executa API is cancel. This is currently implemented in Basha for example.

It may be possible to use rlang::interrupt() (equivalent to Ctrl+C) to cancel code currently being run by later::later.