Go to file
Christopher Kohlhoff 7859c3acb9 Add handlerlive.pl tool.
The handlerlive.pl script processes handler tracking output to produce a
list of "live" handlers, namely those that are associated with pending
asynchronous operations, as well as handlers that are currently executing.

To use:

  cat output.txt | perl handlerlive.pl

or:

  perl handerlive.pl < output.txt

or:

  perl handlerlive.pl output.txt
2020-05-16 20:20:00 +10:00
asio Add handlerlive.pl tool. 2020-05-16 20:20:00 +10:00
.appveyor.yml Add more MSVC versions to appveyor configuration. 2020-04-07 08:29:53 +10:00
.cirrus.yml Add Cirrus CI configuration to test FreeBSD. 2020-04-23 18:09:00 +10:00
.gitignore Ignore scratch source files and symlinked boost. 2014-04-28 12:51:01 +10:00
.travis.yml Fix travis configuration warnings. 2020-05-08 19:34:57 +10:00