Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh conversion
[simgrid.git] / include / simgrid / s4u / Mailbox.hpp
index 9d52198..bd0a479 100644 (file)
@@ -132,6 +132,9 @@ public:
   /** Returns whether the mailbox contains queued communications */
   bool empty();
 
+  /** Check if there is a communication going on in a mailbox. */
+  bool listen();
+
   /** Gets the first element in the queue (without dequeuing it), or nullptr if none is there */
   smx_activity_t front();