EO objects for managing execution threads.
To run slow code in a new thread and wait for its finish in a loop:
while.
is-running.
start.
QQ.threads.thread > t
very-slow-object
[i]
seq > @
QQ.io.stdout
"still waiting..."
QQ.threads.sleep
100
if.
i.gt 10
t.stop
TRUE
The object thread has attributes:
- free attribute
slowto set a task to the thread. startedstarts the thread or does nothing if it's already running, returns thethreadis-runningis TRUE if it is still workingstopinforms thethreadit must be terminated.joinreturns the result of dataizationslow.
Dataization of the thread.join object means dataized slow.
If the thread is terminated, dataization returns error.
How to Contribute
Fork repository, make changes, send us a pull request.
We will review your changes and apply them to the master branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:
$ mvn clean install -PquliceYou will need Maven 3.3+ and Java 8+.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
