Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
twisteroidambassador committed Dec 20, 2018
1 parent 7014b23 commit 9bc60d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ connection from a PT client.
Common aspects
==============

**Note**: Since ptadapter runs the PT as a subprocess, on Windows platforms
a :class:`~asyncio.ProactorEventLoop` should be used, instead of the default
:class:`~asyncio.SelectorEventLoop`.
To set :class:`~asyncio.ProactorEventLoop` as default::

asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy())

There are several common arguments when initializing any of the ``*Adapter``
classes:

Expand Down

0 comments on commit 9bc60d1

Please sign in to comment.