Modify ↓
Ticket #108 (closed defect: fixed)
Opened 11 years ago
RemoteThread usage pattern
| Reported by: | Bernhard Haumacher (haui at haumacher dot de) | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.05c |
| Component: | JP environment | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Class Thread allows the following construct: "new Thread(runnable).run()" instead of "new Thread(runnable).start()". This is also useful for RemoteThread to execute a local Runnable object on a remote machine without actually spawning a new thread. In the previous implementation this usage pattern was not possible. Hopefully this does not break the past fixes.
fixed since 1.05c.
Attachments
Note: See
TracTickets for help on using
tickets.
