| Jonathan E. Shopiro. Extending the C++ Task System for Real-Time Control. In Proceedings and Additional Papers C++ Workshop, pages 77--94, Santa Fe, New Mexico, U.S.A, November 1987. USENIX Association. |
....constructor for Thread creates a thread to animate the object. A user defined task class inherits from Thread, and a task is an object of this class: class T1 : public Thread . inherit from Thread This approach has been used to define C libraries that provide coroutine facilities [Sho87, Lab90] and simple parallel facilities [DG87, BLL88] When this approach is used, task classes should have the same properties as other classes, so inheritance from task types should be allowed. Similarly, task objects should have the same properties as class objects. This latter requirement suggests ....
Jonathan E. Shopiro. Extending the C++ Task System for Real-Time Control. In Proceedings and Additional Papers C++ Workshop, pages 77--94, Santa Fe, New Mexico, U.S.A, November 1987. USENIX Association.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC