@@ -25,6 +25,7 @@ int main() {
CONNECTU(&b, eventB1, &a, handlerA1)
CONNECTU(&b, eventB2, &a, handlerA2)
a.dump();
WAIT_FOREVER
b.dump();
b.eventB1(0.33);
b.eventB2("str");
The note is not visible to the blocked user.