Pyrlang
Pyrlang copied to clipboard
cannot import GeventEngine or AsyncioEngine
As per cookbook in the docs:
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?
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.