Introduction - If you have any usage issues, please Google them yourself
Protothread is designed for systems with limited resources, the design of a less resource-intensive and does not use the stack in particular threading model, which is characterized by:
◆ in pure C language, no hardware dependencies
◆ minimal resource requirements, each Protothread requires only two extra bytes
◆ can be used in an operating system or no operating system of the occasion
◆ Support blocking operation and no stack switching.
Compressed package includes three routines in codeblock compiler running normally.