aboutsummaryrefslogtreecommitdiff
path: root/extmod/moduasyncio.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2022-04-22extmod/uasyncio: Rename and merge TaskQueue push/pop methods.Damien George
2022-03-30extmod/uasyncio: Allow task state to be a callable.Damien George
2021-06-24all: Fix signed shifts and NULL access errors from -fsanitize=undefined.Jeff Epler
2021-06-16extmod/uasyncio: Fix race with cancelled task waiting on finished task.Damien George
2020-12-02extmod/uasyncio: Add Task.done() method.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George