fix: move order of handle and swap in BinaryHeap::pop
When the heap would contain only one element, changing the handle index would crash if the swap is done first
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
When the heap would contain only one element, changing the handle index would crash if the swap is done first