I would like to see a Run Thread extension module. The ScriptBasic HTTP application server spawns threads in the same process and can share variables between threads. (with locking R/W feature) The ability to RUN script threads and share COMMON variables would enhance the command line interpreter by offering multi-threading support in an easy to use way.
Update
I created the SBT extension module to grant myself this wish.