Open chrisrink10 opened 6 years ago
The functionality of core.async depends primarily on the channel primitive. The package aiochan implements the channel primitive using Python's builtin async/await functionality. This would be a super rad enhancement.
core.async
The functionality of
core.async
depends primarily on the channel primitive. The package aiochan implements the channel primitive using Python's builtin async/await functionality. This would be a super rad enhancement.