| 531 | class SafeMessage::Impl { |
| 532 | public: |
| 533 | explicit Impl(SafeMessage *owner) : owner(owner), current_loop(EventLoop::current()) {} |
| 534 | SafeMessage *owner; |
| 535 | EventLoop *current_loop; |
| 536 | std::atomic<int> counter; |
nothing calls this directly
no outgoing calls
no test coverage detected