Added IServiceThrottleModule.cs
parent
99a600753e
commit
a006caabbc
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IServiceThrottleModule
|
||||
{
|
||||
void Enqueue(Action continuation);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue