19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
|
||
|
using System.Runtime.CompilerServices;
|
||
|
using System.Threading;
|
||
|
|
||
|
#if SINGULARITY
|
||
|
using Microsoft.Singularity.Scheduling;
|
||
|
#endif
|
||
|
|
||
|
namespace System.GCs {
|
||
|
|
||
|
[RequiredByBartok]
|
||
|
public class ConcurrentMSCollector : Collector
|
||
|
{
|
||
|
}
|
||
|
}
|