# Generated by roxygen2: do not edit by hand

S3method(format,async_rejected)
S3method(format,async_where)
S3method(print,async_rejected)
S3method(print,async_rejected_summary)
S3method(print,async_where)
S3method(summary,async_rejected)
export(async)
export(async_constant)
export(async_debug)
export(async_debug_remove_shortcuts)
export(async_debug_shortcuts)
export(async_detect)
export(async_every)
export(async_filter)
export(async_list)
export(async_map)
export(async_next)
export(async_reflect)
export(async_reject)
export(async_replicate)
export(async_retry)
export(async_retryable)
export(async_sequence)
export(async_some)
export(async_step)
export(async_step_back)
export(async_timeout)
export(async_timer)
export(async_tree)
export(async_try_each)
export(async_until)
export(async_wait_for)
export(async_where)
export(async_whilst)
export(cranlike_metadata_cache)
export(deferred)
export(delay)
export(download_file)
export(download_if_newer)
export(download_one_of)
export(event_emitter)
export(get_cranlike_metadata_cache)
export(http_get)
export(http_head)
export(http_stop_for_status)
export(is_async)
export(is_deferred)
export(meta_cache_cleanup)
export(meta_cache_deps)
export(meta_cache_list)
export(meta_cache_revdeps)
export(meta_cache_update)
export(package_cache)
export(pkg_cache_add_file)
export(pkg_cache_delete_files)
export(pkg_cache_find)
export(pkg_cache_get_file)
export(pkg_cache_list)
export(pkg_cache_summary)
export(run_event_loop)
export(synchronise)
export(when_all)
export(when_any)
export(when_some)
import(rlang)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(cli,get_spinner)
importFrom(cliapp,cli_alert_danger)
importFrom(cliapp,cli_alert_info)
importFrom(cliapp,cli_alert_success)
importFrom(curl,handle_data)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_cancel)
importFrom(curl,multi_list)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers_list)
importFrom(digest,digest)
importFrom(filelock,lock)
importFrom(filelock,unlock)
importFrom(glue,glue_data)
importFrom(prettyunits,pretty_bytes)
importFrom(rappdirs,user_cache_dir)
importFrom(rematch2,re_match)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(utils,URLencode)
importFrom(utils,getSrcDirectory)
importFrom(utils,getSrcFilename)
importFrom(utils,getSrcLocation)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(uuid,UUIDgenerate)
importFrom(withr,defer)
