You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Added support for most features in UbaScheduler. Dependencies, weights etc etc. * Added support for loading yaml file with processes for UbaScheduler. * Added so UbaCli interprets yaml file as a file with processes use it to populate a scheduler which is then executed * Fixed so all threads inside same process spawned by uba ends up in the same thread group. * Fixed linux crash where process comunication memory was deleted when cancel event was called (added lock around code) * Fixed deadlock that could happen if flush dead processes were called at the after lock but before processhandle dtor in Session::ProcessExited * Changed new[]/delete[] to aligned_alloc/free because for some reason new/delete trigger asan on linux and don't know why. [CL 31372220 by henrik karlsson in ue5-main branch]