Skip to content
  • Roland Haas's avatar
    mpitar: kludge in asynchronous IO support · f431f2e7
    Roland Haas authored
    not very efficient or pretty (too many malloc/free) but enough to test
    for now.
    
    Possible improvements:
    * use less malloc/free
    * use ring buffer (or bipbuffer)
    * use POSIX asyncio and get rid of thread (combine with eihter one of
    the above)
    f431f2e7