I recently came across this code and not certain what it is,
CommClient.MakeHandler<nx::CommError>
(
[&channel_stats](nx::CommError &c)
{
(void)c;
channel_stats = false;
}
);
Any one knows what this might be?
Thanks