A sink which simply discards any message you send to it (similar to
/dev/null on unix systems). This can be a useful end to
a pipeline where all messages have already been handled and are of no
further use, for example.
Discard a message.
Parameters: o - the message that is discarded Parameters: l - an ignored parameter specifying how long we should take indiscarding the message true to indicate the message was discarded.