Remove runInLoop
Summary: Existing runInLoop implementation was generally not safe (it did not capture the KeepAlive token). runInLoop() is mostly used in library code though, and often times it's ok not capture the KeepAlive token. It's better to just have the caller make the decision, rather then keep runInLoop() and make it always capture the KeepAlive token. Reviewed By: yfeldblum Differential Revision: D4684025 fbshipit-source-id: 65907bbe9c774e2a7b92580d0c0387d346b495d5
Showing
Please register or sign in to comment