vai icon indicating copy to clipboard operation
vai copied to clipboard

Introduce asyncio

Open stefanoborini opened this issue 8 years ago • 4 comments

Currently the event loop is very naive and not portable. I think it's good to use vaitk as a base for experimenting with asyncio

stefanoborini avatar Mar 06 '16 00:03 stefanoborini

You want to rewrite inners of vaitk? If so, then this issue should belong there.

I'm up for helping with code in this, but I'm lost whether I should code here or at vaitk repo

FelipeLema avatar Aug 23 '16 13:08 FelipeLema

@FelipeLema hi. well, you are certainly right. It should go in vaitk, but of course when you involve async, it will propagate up to vai.

I think that if I am no longer alone in the development, I can certainly restart the development of other outstanding issues.

Tonight I'll reorganise the issues. It's been a while...

stefanoborini avatar Aug 23 '16 14:08 stefanoborini

be aware that there is also prompt-toolkit which can be used in a pure python environment (eg PyPy)

FelipeLema avatar Aug 23 '16 14:08 FelipeLema

@FelipeLema If you want to use prompt-toolkit, it's probably better if you work on pyvim instead.

stefanoborini avatar Aug 23 '16 14:08 stefanoborini