2017-06-07 13:16:24 +00:00
|
|
|
namespace Internal.Runtime.Augments
|
|
|
|
{
|
2018-01-29 19:03:06 +00:00
|
|
|
class RuntimeThread
|
|
|
|
{
|
|
|
|
public static RuntimeThread InitializeThreadPoolThread ()
|
|
|
|
{
|
|
|
|
return default;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void ResetThreadPoolThread ()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
2017-06-07 13:16:24 +00:00
|
|
|
}
|