Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Feb 15, 2021
1 parent 7ea466b commit 2083ddf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Microsoft.DotNet.Interactive
public class KernelInvocationContext : IAsyncDisposable
{
internal static ConcurrentBag<KernelInvocationContext> ActiveContexts { get; private set; } = new();

private static readonly AsyncLocal<KernelInvocationContext> _current = new();

private readonly ReplaySubject<KernelEvent> _events = new();
Expand Down

0 comments on commit 2083ddf

Please sign in to comment.