Skip to content
Commit 244f1864 authored by Jasper St. Pierre's avatar Jasper St. Pierre
Browse files

Remove support for multiple contexts within a runtime

Remove code and support code to allow for multiple contexts, and
simply store one context. In a thread-safe world, we'd put each
context in thread-local storage, but gjs is not thread-safe, nor
do we expect it will be in the future.

https://bugzilla.gnome.org/show_bug.cgi?id=691109
parent d9f8e527
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment