Skip to content

Instantly share code, notes, and snippets.

@jarsen
Last active August 29, 2016 14:31
Show Gist options
  • Save jarsen/356832f3d4410eeac76b118c52fb2310 to your computer and use it in GitHub Desktop.
Save jarsen/356832f3d4410eeac76b118c52fb2310 to your computer and use it in GitHub Desktop.
┌──────────────────┐                                 ┌──────────────────┐
│                  │                                 │                  │
│                  │         ┌───────────┐           │                  │
│                  │◀────────┤   Event   ├───────────┤                  │
│                  │         └───────────┘           │                  │
│                  │                                 │                  │
│                  │                                 │                  │
│     Reactor      │                                 │    Subscriber    │
│                  │                                 │                  │
│                  │         ┌───────────┐           │                  │
│    ┌───────┐     ├─────────┤  update   ├──────────▶│                  │
│    │ State │     │         └───────────┘           │                  │
│    └───────┘     │                                 │                  │
│                  │                                 │                  │
└──────────────────┘                                 └──────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment