Skip to content

Instantly share code, notes, and snippets.

@mweststrate
Created March 6, 2018 14:59
Show Gist options
  • Save mweststrate/8be1dc47b3cff28b084b09c5eadbfe87 to your computer and use it in GitHub Desktop.
Save mweststrate/8be1dc47b3cff28b084b09c5eadbfe87 to your computer and use it in GitHub Desktop.
Async when
import { when } from "mobx"
async() => {
await when(() => user.loggedOut)
alert("You have been successfully logged out!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment