heynemann / motorengine

Motorengine is a port of MongoEngine for Tornado.
http://motorengine.readthedocs.org
204 stars 67 forks source link

Windows and asyncio #131

Open dandrei opened 6 years ago

dandrei commented 6 years ago

From the Motor documentation:

Motor now offers experimental support for Windows when it is using the asyncio event loop. This means it supports Windows exclusively with Python 3, either integrating with asyncio directly or with Tornado 5 or later: starting in version 5, Tornado uses the asyncio event loop on Python 3 by default.

https://github.com/mongodb/motor/blob/master/doc/changelog.rst

Since the underlying Motor now uses asyncio and works on windows, does this mean that MotorEngine can now both:

  1. Work on Windows?
  2. Work with asyncio?
thekie commented 5 years ago

We haven't tested this, have you?