Created
June 27, 2024 19:35
-
-
Save object/11cec8b7b3fcb24fbcf8c63964503b3f to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 8. Messages.fs
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
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