SolidWallOfCode edited a comment on pull request #7832:
URL: https://github.com/apache/trafficserver/pull/7832#issuecomment-856336765
There is support for this already in `EventProcessor`. I'd recommend
something more like
```
for ( EThread * et : eventProcessor.active_group_threads(ET_NET)) {
et->diskHandler = new DiskHandler();
et->schedule_imm(et->diskHandler);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]