use ;
use msg;
/// Best-effort subscriber example.
///
/// A best-effort subscriber tells the coordinator that it is allowed to be skipped
/// if it is slow or unresponsive. The publisher will fire-and-forget to this subscriber
/// instead of blocking until delivery is confirmed.
///
/// Required when subscribing to a topic published by a best-effort node.
async