File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ import qualified Reflex.Host.Class
103
103
import Reflex.NotReady.Class
104
104
import Reflex.Patch
105
105
import qualified Reflex.Patch.DMapWithMove as PatchDMapWithMove
106
+ import Reflex.PerformEvent.Base (PerformEventT )
106
107
107
108
#ifdef DEBUG_TRACE_EVENTS
108
109
import qualified Data.ByteString.Char8 as BS8
@@ -2705,3 +2706,11 @@ instance MonadAtomicRef (SpiderHostFrame x) where
2705
2706
instance PrimMonad (SpiderHostFrame x ) where
2706
2707
type PrimState (SpiderHostFrame x ) = PrimState IO
2707
2708
primitive = SpiderHostFrame . EventM . primitive
2709
+
2710
+ instance NotReady (SpiderTimeline x ) (SpiderHost x ) where
2711
+ notReadyUntil _ = return ()
2712
+ notReady = return ()
2713
+
2714
+ instance HasSpiderTimeline x => NotReady (SpiderTimeline x ) (PerformEventT (SpiderTimeline x ) (SpiderHost x )) where
2715
+ notReadyUntil _ = return ()
2716
+ notReady = return ()
You can’t perform that action at this time.
0 commit comments