Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • unix
  • modsocket.c
Find file Blame History Permalink
  • Paul Sokolovsky's avatar
    unix/moduselect: Allow poll.register(), etc. accept fd-like objects. · a4aaf824
    Paul Sokolovsky authored Aug 07, 2016
    This includes file and socket objects, backed by Unix file descriptor.
    This improves compatibility with stmhal's uselect (and convenience of
    use), though not completely: return value from poll.poll() is still
    raw file descriptor.
    a4aaf824