prisonerjohn / processing-web

0 stars 0 forks source link

Add reference documentation for Thread and thread() #93

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by alignedleft Wednesday Apr 03, 2013 at 17:11 GMT Originally opened as https://github.com/processing/processing-web/issues/93


prisonerjohn commented 10 years ago

Comment by alignedleft Sunday Jun 02, 2013 at 22:09 GMT


Postponing until after 2.0

prisonerjohn commented 10 years ago

Comment by benfry Sunday Jun 02, 2013 at 22:53 GMT


Agree with the postponement... thread() can fly under the radar a bit, and Thread we should probably stay away from.

A big part of the issue is that it's not safe to use drawing commands from another thread, which can confuse folks.

prisonerjohn commented 10 years ago

Comment by shiffman Monday Jun 03, 2013 at 01:15 GMT


FYI, note that thread() is covered in the data tutorial:

https://github.com/processing/processing-web/blob/master/content/static/tutorials/data/index.html

I can remove but I think it's fine to have it in there as some info for those who might want to use it.