micropython/unix
Paul Sokolovsky 16a3534ad4 unix/moduselect: Implement ipoll() method with no-allocation policy.
ipoll() allows to poll streams without allocating any memory: this method
returns an iterator (a poll object itself), and the iterator yields
preallocated "callee-owned tuple" with polling results for each active
stream. The only operation a caller is allowed to do with this tuple is
extracting values from it (storing the tuple as a whole somewhere is
not allowed).
2017-02-13 00:23:23 +03:00
..
coverage-frzmpy
coverage-frzstr
scripts
.gitignore unix: Fix freedos port build problems. 2017-02-06 15:25:42 +11:00
Makefile unix: Fix freedos port build problems. 2017-02-06 15:25:42 +11:00
alloc.c
coverage.c
fatfs_port.c unix/fatfs_port: Include new oofatfs header. 2017-01-27 23:22:15 +11:00
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c unix/main: Properly handle MICROPYPATH starting with ':'. 2017-02-07 02:13:01 +03:00
modffi.c
modjni.c
modmachine.c
modos.c unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. 2017-01-30 12:26:08 +11:00
modsocket.c
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c unix/moduselect: Implement ipoll() method with no-allocation policy. 2017-02-13 00:23:23 +03:00
mpconfigport.h py: Added optimised support for 3-argument calls to builtin.pow() 2017-02-02 22:23:10 +03:00
mpconfigport.mk
mpconfigport_coverage.h py/objtype: Implement __delattr__ and __setattr__. 2017-02-09 12:40:15 +11:00
mpconfigport_fast.h
mpconfigport_freedos.h unix: Fix freedos port build problems. 2017-02-06 15:25:42 +11:00
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c