mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
WeakRef
This commit is contained in:
@ -95,5 +95,11 @@ namespace Esiur.Core
|
||||
|
||||
}
|
||||
|
||||
public AsyncBag(T[] results)
|
||||
{
|
||||
resultReady = true;
|
||||
base.result = results;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user