:drunk: No idea what did AI did
This commit is contained in:
9
DysonNetwork.Common/Services/IFlushHandler.cs
Normal file
9
DysonNetwork.Common/Services/IFlushHandler.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DysonNetwork.Common.Services;
|
||||
|
||||
public interface IFlushHandler<T>
|
||||
{
|
||||
Task FlushAsync(IReadOnlyList<T> items);
|
||||
}
|
Reference in New Issue
Block a user