Browse Source

Add SyncObject notice

Null for internally-implemented providers
pull/101/head
Arimodu 7 months ago
parent
commit
a9f56d3609
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      IPA.Loader/Config/IConfigStore.cs

+ 2
- 3
IPA.Loader/Config/IConfigStore.cs View File

@ -1,5 +1,4 @@
using System;
using System.Threading;
using System.Threading;
namespace IPA.Config
{
@ -12,8 +11,8 @@ namespace IPA.Config
/// A synchronization object for the save thread to wait on for changes.
/// It should be signaled whenever the internal state of the object is changed.
/// The writer will never signal this handle.
/// This will be null for internally-implemented providers
/// </summary>
[Obsolete("Add a message here...")] // Do this later
WaitHandle SyncObject { get; }
/// <summary>


Loading…
Cancel
Save