fn is_closing()

in src/reporter/grpc.rs [101:103]


    fn is_closing(&self) -> bool {
        self.is_closing.load(Ordering::Relaxed)
    }