Skip to main content

pamoja_ladder_buffered

Function pamoja_ladder_buffered 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_ladder_buffered( ladder: *mut PamojaLadder, out_count: *mut usize, ) -> PamojaStatus
Expand description

Reports how many messages are waiting in the buffer.

§Arguments

  • ladder - the ladder.
  • out_count - receives the count.

§Returns

PamojaStatus::Ok on success.

§Safety

ladder must be a live handle and out_count must be writable.