Reading material

Pages 187-189 of Concurrent Programming1

1Chapter 7 of

The file is intended for on-screen viewing free of charge; use of this material in any other format is subject to a fee. The file is provided for individual non-commercial use only. On-line edition copyright (c) 1996 by Addison-Wesley Publishing Company. Permission is granted to print or photocopy (this document) for a fee of $0.02 per page, per copy, payable to Addison-Wesley Longman Publishing. All other rights reserved.

Additional material

Save the program print.cml. Start Standard ML: type
    sml
Load the structure CML: type
    CM.make'("/cs/local/packages/sml-110.0.6/src/cml/src/sources.cm");
Load the program print.cml
    use "print.cml";
Finally run the program
    RunCML.doit(printers,  SOME(Time.fromReal 0.01));