#1830 - Adding warning section in dispatcher docs for the default dispatcher
This commit is contained in:
parent
ee6e7e3a2d
commit
ee08695e6f
2 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ If you are starting to get contention on the single dispatcher (the ``Executor``
|
|||
for a dedicated dispatcher for better flexibility and configurability then you can override the defaults and define your own dispatcher.
|
||||
See below for details on which ones are available and how they can be configured.
|
||||
|
||||
.. warning::
|
||||
Try to stick to a sensible default dispatcher, that means avoid using CallingThreadDispatcher, BalancingDispatcher or PinnedDispatcher
|
||||
as the default-dispatcher. This is because they have very specific requirements from the environment in which they are used.
|
||||
|
||||
Setting the dispatcher
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ If you are starting to get contention on the single dispatcher (the ``Executor``
|
|||
for a dedicated dispatcher for better flexibility and configurability then you can override the defaults and define your own dispatcher.
|
||||
See below for details on which ones are available and how they can be configured.
|
||||
|
||||
.. warning::
|
||||
Try to stick to a sensible default dispatcher, that means avoid using CallingThreadDispatcher, BalancingDispatcher or PinnedDispatcher
|
||||
as the default-dispatcher. This is because they have very specific requirements from the environment in which they are used.
|
||||
|
||||
Setting the dispatcher
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue