utils/net_utils library

Functions

retry<E>(Future<E> action(), {int trials = 5, int delay = 100}) Future<E>