Skip to content

Instantly share code, notes, and snippets.

@object
Created June 27, 2024 19:35
Show Gist options
  • Save object/11cec8b7b3fcb24fbcf8c63964503b3f to your computer and use it in GitHub Desktop.
Save object/11cec8b7b3fcb24fbcf8c63964503b3f to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 8. Messages.fs
module Messages
open Shared
type Msg =
| EventSetChanged of string
| PlaybackDelayChanged of string
| StartPlayback
| PausePlayback
| StopPlayback
| ConnectSocket
| MediaSetEvent of Sockets.ClientMessage
| Delayed of Msg * delay:int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment