mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 04:51:08 +01:00
construct: Save the count of handlers the io_service ran for convenience/diagnostic.
This commit is contained in:
parent
41c012a695
commit
e2e1c1541d
1 changed files with 4 additions and 1 deletions
|
@ -312,7 +312,10 @@ noexcept try
|
|||
// 1
|
||||
// Execution.
|
||||
// Blocks until a clean exit from a quit() or an exception comes out of it.
|
||||
ios.run();
|
||||
const size_t handled
|
||||
{
|
||||
ios.run()
|
||||
};
|
||||
|
||||
// 13
|
||||
// The smoketest is enabled if the first value is true; then all of the
|
||||
|
|
Loading…
Reference in a new issue