Function get_processing_accepted

Source
pub fn get_processing_accepted() -> (i32, u64)
Expand description

Returns a tuple of (currently processing requests, total accepted requests).

Returns:

  • i32: Number of requests currently being processed
  • u64: Total number of requests accepted since startup