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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.