- :nothing
cancel
abort given task if still pending
Parameters
cancel task :task
Returns
Examples
copy; cancel a long-running task s: serve.async.silent.port: 9000 [ GET "/" -> "hi" ]
copypause 1000 cancel s ; actually kills the child process
cancel task :task
copy; cancel a long-running task s: serve.async.silent.port: 9000 [ GET "/" -> "hi" ]
copypause 1000 cancel s ; actually kills the child process