py: Add basic _thread module, with ability to start a new thread.

This commit is contained in:
Damien George
2016-04-22 22:52:33 +00:00
parent 330165a2cc
commit 27cc07721b
9 changed files with 286 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ extern const mp_obj_module_t mp_module_micropython;
extern const mp_obj_module_t mp_module_ustruct;
extern const mp_obj_module_t mp_module_sys;
extern const mp_obj_module_t mp_module_gc;
extern const mp_obj_module_t mp_module_thread;
extern const mp_obj_dict_t mp_module_builtins_globals;