mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
For processing-docs/#5, adding template for thread() reference
This commit is contained in:
@@ -4193,6 +4193,13 @@ public class PApplet extends Applet
|
||||
* Note that the function being called must be public. Inside the PDE,
|
||||
* 'public' is automatically added, but when used without the preprocessor,
|
||||
* (like from Eclipse) you'll have to do it yourself.
|
||||
*
|
||||
* @webref structure
|
||||
* @usage Application
|
||||
* @see PApplet#setup()
|
||||
* @see PApplet#draw()
|
||||
* @see PApplet#loop()
|
||||
* @see PApplet#noLoop()
|
||||
*/
|
||||
public void thread(final String name) {
|
||||
Thread later = new Thread() {
|
||||
|
||||
Reference in New Issue
Block a user