Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

Add Thread (async) support for executing contexts #54

Open ShawnClake opened 5 years ago

ShawnClake commented 5 years ago

This will be used with async and each loops

Async: Used in runnable_statements, this should execute the runnable inside of a thread. This includes method calls, and os statements. Additionally, callbacks can be executed after the thread completes

Each: Each statement should execute each callback in a thread