BitSharper.Threading.ContextCopyingRunnable.ContextCopyingRunnable C# (CSharp) Method

ContextCopyingRunnable() public method

public ContextCopyingRunnable ( IRunnable runnable, IContextCarrier contextCarrier ) : System
runnable IRunnable
contextCarrier IContextCarrier
return System
        public ContextCopyingRunnable(IRunnable runnable, IContextCarrier contextCarrier)
            : base(ExtractAction(runnable))
        {
            _contextCarrier = contextCarrier;
        }