Author: allison Date: Sat Dec 29 09:14:50 2007 New Revision: 24265 Modified: trunk/docs/pdds/pdd25_concurrency.pod
Log: [pdd] Completing truncated sentence in Concurrency PDD. Modified: trunk/docs/pdds/pdd25_concurrency.pod ============================================================================== --- trunk/docs/pdds/pdd25_concurrency.pod (original) +++ trunk/docs/pdds/pdd25_concurrency.pod Sat Dec 29 09:14:50 2007 @@ -95,6 +95,8 @@ The following are a few of the concurrency models Parrot intends to support. The biggest differences between them are in how they handle variables shared across concurrent tasks. But the design is such that +each of the different models can run simultaneously, coordinated through the +central concurrency scheduler. =head3 Mutex/Lock Concurrency