shadow:standard

Interface CanRun

interface CanRun

Interface CanRun is the link between Threads and user code. This interface should be implemented by the user and used to spawn a new thread. The run() method is then executed on the newly spawned thread.

Author

Claude Abounegm

See Also

Method Summary

Modifiers Return Types Method and Description
public () run()

Method Detail

run

public run() => ()