(re)add mechanism for a callback in any glib event loop executed before the loop "executes"

This is based on code from earlier commits that were later reversed, but we need some mechanism
to ensure that threads have a thread local tempo map ptr set. The big difference is that this
time we do not implement this for all instances of an AbstractUI - implementation is left to
each thread/event loop
This commit is contained in:
Paul Davis 2022-05-16 15:23:42 -06:00
parent 2079a150dd
commit 968533cc23
5 changed files with 57 additions and 0 deletions

View file

@ -51,6 +51,7 @@ libpbd_sources = [
'file_archive.cc',
'file_utils.cc',
'fpu.cc',
'glib_event_source.cc',
'id.cc',
'locale_guard.cc',
'localtime_r.cc',