fix for negative delay in runAfterDelay
Summary: Currently, the tryRunAfterDelay implicitly converts a negative delay in int to unsigned int. With this change, the api makes it clear than only unsinged int is accepted as valid delay Reviewed By: yfeldblum Differential Revision: D2710034 fb-gh-sync-id: cb3c6b91bb86bbe07fa0e590b2ea871242d19745
Showing
Please register or sign in to comment