mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Added IServiceThrottleModule.cs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IServiceThrottleModule
|
||||
{
|
||||
void Enqueue(Action continuation);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user