1 write to ReaderScheduler
System.IO.Pipelines (1)
System\IO\Pipelines\PipeOptions.cs (1)
81
ReaderScheduler
= readerScheduler ?? PipeScheduler.ThreadPool;
4 references to ReaderScheduler
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Client\SocketConnectionFactory.cs (1)
66
_inputOptions.
ReaderScheduler
, // This is either threadpool or inline
System.IO.Pipelines (3)
System\IO\Pipelines\Pipe.cs (1)
43
private PipeScheduler ReaderScheduler => _options.
ReaderScheduler
;
System\IO\Pipelines\PipeOptions.cs (2)
25
/// <param name="useSynchronizationContext"><see langword="true" /> if asynchronous continuations should be executed on the <see cref="System.Threading.SynchronizationContext" /> they were captured on; <see langword="false" /> otherwise. This takes precedence over the schedulers specified in <see cref="System.IO.Pipelines.PipeOptions.
ReaderScheduler
" /> and <see cref="System.IO.Pipelines.PipeOptions.WriterScheduler" />.</param>
88
/// <summary>Gets a value that determines if asynchronous callbacks and continuations should be executed on the <see cref="System.Threading.SynchronizationContext" /> they were captured on. This takes precedence over the schedulers specified in <see cref="System.IO.Pipelines.PipeOptions.
ReaderScheduler
" /> and <see cref="System.IO.Pipelines.PipeOptions.WriterScheduler" />.</summary>