OnSysStatsType typedef

OnSysStatsType = void Function(SysStats stats)

stats: CPU and memory information.

Implementation

typedef OnSysStatsType = void Function(SysStats stats);