paulrouget / servofocus

Experimenting with a Xamarin.Forms + Servo
5 stars 2 forks source link

Make Servo calls thread safe #8

Closed paulrouget closed 6 years ago

paulrouget commented 6 years ago

As of now, we require the embedder to call all the Servo call in the GL thread. This is annoying, and theoretically not necessary.

Let's make the whole glue thread safe, and offer an easy way to run code in the GL thread for WebRender-specific code.

paulrouget commented 6 years ago

I did it C# side.