Extend AsyncPipe with SingleProducer template parameter.
Summary: When SingleProducer is disabled, AsyncPipe's method becomes thread-safe and can be called by multiple threads simultaneously. This is useful in a use case where a long running operation is being executed by multiple threads that all want to post status updates to the same AsyncPipe instance. Reviewed By: iahs Differential Revision: D25494695 fbshipit-source-id: 1d0a74ec69dc8f64c171e21be612d211919cda4b
Showing
Please register or sign in to comment