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