fn is_closing()

in src/reporter/kafka.rs [63:65]


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