Skip to content

Commit e540062

Browse files
authored
iOS: Avoid RefCell and static mut (#4255)
* iOS: Refactor queued_gpu_redraws out from AppStateImpl To allow AppStateImpl to be Copy, and to move redraws into the window in the future. * iOS AppState: Avoid RefCell and static mut Instead, prefer Cell and Copy types, as those will never have crashes on re-entrancy / if forgetting to make a state transition.
1 parent f1e0f6c commit e540062

2 files changed

Lines changed: 115 additions & 184 deletions

File tree

0 commit comments

Comments
 (0)