mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:13:19 +08:00
Mention alternatives to Context
when not on update thread in xmldoc
This commit is contained in:
parent
3ec7dc3bb9
commit
b89521314f
@ -9,6 +9,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
/// <summary>
|
||||
/// The main realm context, bound to the update thread.
|
||||
/// If querying from a non-update thread is needed, use <see cref="GetForRead"/> or <see cref="GetForWrite"/> to receive a context instead.
|
||||
/// </summary>
|
||||
Realm Context { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user