Last active
November 7, 2016 21:47
-
-
Save tannerlinsley/b1ec90df54f995de2ab3002e2a7ff7ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Effect, Actions } from 'jumpsuit' | |
Effect('asyncIncrement', (time = 1000) => { | |
setTimeout(() => Actions.increment(), time) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment