noxrepo / pox

The POX network software platform
https://noxrepo.github.io/pox-doc/html/
Apache License 2.0
624 stars 471 forks source link

Replace POX cooperative scheduler? #250

Open MurphyMc opened 4 years ago

MurphyMc commented 4 years ago

POX has a cooperative scheduler with its own event loop and so forth. This can do a lot of things that Python couldn't natively do at the time it was developed. In the Python 3 world with async functions and such... is the POX scheduler and event loop still relevant, or should/can it be replaced with built-in Python functionality?