Closed hadley closed 10 years ago
Should poll actions until all pending events complete. That would make it easier to write pipes like:
d %>% droplet_power_off() %>% droplet_wait() %>% droplet_snapshot() %>% droplet_wait() %>% droplet_delete()
right, that's something I've sort of not dealt with at all yet, def need a wait fxn. Seems like the wait fxn should be crafted carefully so as to fail gracefully
Should poll actions until all pending events complete. That would make it easier to write pipes like: