react-native/Libraries/Interaction
Spencer Ahrens be09cccb1f Make InteractionManager tasks cancellable
Summary:
Returns a promise-like object with a new cancel function that will dig through the queue
and remove relevant tasks before they are executed. Handy when tasks are scheduled in react
components but should be cleaned up in unmount.

Reviewed By: devknoll

Differential Revision: D3406953

fbshipit-source-id: edf1157d831d5d6b63f13ee64cfd1c46843e79fa
2016-06-08 22:58:19 -07:00
..
__tests__ Make InteractionManager tasks cancellable 2016-06-08 22:58:19 -07:00
InteractionManager.js Make InteractionManager tasks cancellable 2016-06-08 22:58:19 -07:00
InteractionMixin.js flowify a few more Libraries 2015-03-26 10:13:38 -08:00
JSEventLoopWatchdog.js Fix JSWatchdog reset 2016-05-03 19:20:26 -07:00
PanResponder.js merge InteractionManager stuff back into PanResponder 2016-04-26 13:19:22 -07:00
TaskQueue.js Make InteractionManager tasks cancellable 2016-06-08 22:58:19 -07:00