Skip to content
Snippets Groups Projects
Select Git revision
  • 093a8f5fa2ff89959d8300032a837060827ac084
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

unix

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paul Sokolovsky authored
    This makes unix "uselect" compatible with baremetal "uselect". Previosuly,
    unix version accepted file/socket objects, but internally converted that
    to file descriptors, and that's what .poll() returned. To acheive new
    behavior, file-like objects are stored internally in an array, in addition
    to existing array of struct pollfd. This array is created only on first
    case of file-like object being passed to .register(). If only raw fd's are
    passed, there will be no additional memory used comparing to the original
    implementation.
    093a8f5f
    History
    Name Last commit Last update
    ..