gnu.mapping
public class RunnableClosure extends Object implements Runnable
| Field Summary | |
|---|---|
| Environment | environment |
| Constructor Summary | |
|---|---|
| RunnableClosure(Procedure action, CallContext parentContext) | |
| RunnableClosure(Procedure action, CallContext parentContext, Environment penvironment) | |
| RunnableClosure(Procedure action, Environment penvironment, InPort in, OutPort out, OutPort err) | |
| RunnableClosure(Procedure action) | |
| Method Summary | |
|---|---|
| CallContext | getCallContext() Get the CallContext we use for this Thread. |
| String | getName() |
| void | run() |
| void | setName(String name) |
| String | toString() |