Pyrlang icon indicating copy to clipboard operation
Pyrlang copied to clipboard

cannot import GeventEngine or AsyncioEngine

Open vegabook opened this issue 4 years ago • 1 comments

As per cookbook in the docs: image

But this is inaccurate on two levels.

  • Node imports fine (1) from pyrlang, but
  • Atom must be imported from term and most importantly, neither GeventEngine or AsyncioEngine can be imported at all. How does one import these?

image

vegabook avatar Dec 30 '20 20:12 vegabook

whops, that’s really old we’re now using asyncio instead of an engine object design.

The examples are the most updated I think.

I’ll try to get them up to pip and make some updates beginning of next year. Thanks for pointing it out and sticking around even though the project is really rough around the edges still.

s2hc-johan avatar Dec 30 '20 21:12 s2hc-johan