osukey/osu.Game
Bartłomiej Dach 04d54c40db Allow all StatefulMultiplayerClient schedules to run inline
Fixes test failures due to not allowing to do so, therefore inverting
execution order in some cases - for example, calling

        JoinRoom(room);
        LeaveRoom();

on the update thread would invert execution order due to the first being
unscheduled but the second being scheduled.
2020-12-26 12:04:10 +01:00
..
2020-09-19 15:13:52 -05:00
2020-12-08 19:46:55 +01:00
2020-12-07 22:07:11 +09:00
2020-12-05 22:15:41 +01:00
2020-10-20 00:46:08 +02:00
2020-10-16 12:58:34 +09:00
2020-12-25 14:10:59 +09:00
2020-12-22 15:58:57 +09:00