[haiku-development] BMessenger's SendMessage()

I have a question about BMessenger::SendMessage(). The docs in the
source file are a bit quirky...

Many variations of this method are documented this way:

/ SendMessage
/*! \brief Delivers a BMessage synchronously to the messenger's target.

        A copy of the supplied message is sent and the caller retains ownership
        of \a message.

        The method does not wait for a reply. The message is sent 
asynchronously.

So, which one is correct ?

Other related posts: