OnSysStatsType typedef

OnSysStatsType = void Function(SysStats stats)

stats:CPU,内存信息

Implementation

typedef OnSysStatsType = void Function(SysStats stats);