Skip to content

Instantly share code, notes, and snippets.

@ysoftware
Created June 5, 2019 12:07
Show Gist options
  • Save ysoftware/d2e6bc391a7c8a32902f80453f6fbd5d to your computer and use it in GitHub Desktop.
Save ysoftware/d2e6bc391a7c8a32902f80453f6fbd5d to your computer and use it in GitHub Desktop.
Testing-1
void buck::run_requests(uint8_t max) {
PRINT_("running requests processing");
PRINT("limit", max);
auto cdp_itr = _cdp.begin();
cdp_itr->print();
}
// Action output:
// >> running requests processing
// >> limit: 70
// >> #8 c: 192481.4822 REX d: 0.0000 BUCK icr: 300 time: 1559724528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment