Threading
- 
					
					
					
					
Curious to know if there is any threading or similar methods for performing parallel tasks in micropython.
Thanks for any suggestions.
 - 
					
					
					
					
Just a FYI for anyone interested. After some experimenting I found the _thread works with micro python, which I wasn't aware of.
So threading works just how you think.
cheers