stdoutnl(string)
The following example shows a new thread being created. The new thread simply prints a message to the console. This illustrates how split_thread() is used and how a new capture (within curly braces { }) is given to split_thread which will be run in a new thread.
Code
split_thread => {
stdoutnl("I'm alive in a new thread!")
}
Result
I'm alive in a new thread!
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments