gdl.app
change-screen!
(change-screen! new-screen-key)
change-screen is dangerous, because it swap!s the current-context atom and then the screen render might continue with another outdated context. So do it always at end of a frame.
(change-screen! new-screen-key)
change-screen is dangerous, because it swap!s the current-context atom and then the screen render might continue with another outdated context. So do it always at end of a frame.