chore: import upstream snapshot with attribution
这个提交包含在:
@@ -0,0 +1,7 @@
|
||||
namespace T3.Core.Utils.ObjectPooling;
|
||||
|
||||
public interface ObjectPoolBase<T>
|
||||
{
|
||||
public T Get();
|
||||
public void Return(T obj);
|
||||
}
|
||||
在新工单中引用