You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #454
Due to lifecycle management in rust, we need to keep around reference of native Box<T> in order to keep raw memory ptr accurate. In practice, without this change, a lot of tests will pass, even when send wasn't transmitted; so this just makes existing tests more accurate.
Reviewed By: allenwang28
Differential Revision: D77897840
fbshipit-source-id: bff2e4bcf623b015e844abf066a428237e03b02a
0 commit comments