From: Georg Gast (georg_at_[hidden])
Date: 2024-12-28 04:23:38


Hi,
If I use a asio::strand and post() there multiple function objects, are they executed in the same order or is the order of execution not specified?

I think to use it as a work queue but I need them to be processed in sequence...

Thx
Georg