erratum

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

erratum

Chris Cunnington
"There is
an override for definitions, so it's possible to have two isolates, two
threads with separate definitions of something as fundamental as Symbol."

I think I used 'threads' when I meant to say 'processes'. So, in Dart you can have two processes that have separate definitions of Symbol.

Chris