You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
epi::backend::RepaintSignal requires Sync (introduced in #82), which requires wrapping !Sync types (winnit::EventLoopProxy for example) with a mutex. Not cool IMO.
The text was updated successfully, but these errors were encountered:
epi::backend::RepaintSignal
requiresSync
(introduced in #82), which requires wrapping!Sync
types (winnit::EventLoopProxy
for example) with a mutex. Not cool IMO.The text was updated successfully, but these errors were encountered: