How to asynchronously call 2 functions in an actor

This is related but not exactly identical in terms of use case (if you just care about ordering, but not the actual return value - assuming that if a send returns it has been enqueued in the mbox):

:slightly_smiling_face: