Skip to content

Fix mailbox::clear() to properly finish Comms

Fabien Chaix requested to merge chaix/simgrid:dev-fix_mailbox_clear into master

We were lacking a post() to complete the termination of pending comms

Merge request reports