async_sleep {coro}R Documentation

Sleep asynchronously

Description

Sleep asynchronously

Usage

async_sleep(seconds)

Arguments

seconds

The number of second to sleep.

Value

A chainable promise.


[Package coro version 1.0.4 Index]