next up previous contents
Next: Developing SALSA Programs Up: Writing Concurrent Programs Previous: First-Class Continuations


Using Input/Output (I/O) Actors

SALSA provides three actors supporting asynchronous I/O. One is an input service (standardInput), and the other two are output services (standardOutput and standardError). Since they are actors, they are used with message passing.

standardOutput provides the following message handlers:

standardError provides the following message handlers:

standardInput provides only one message handler in current SALSA release:


next up previous contents
Next: Developing SALSA Programs Up: Writing Concurrent Programs Previous: First-Class Continuations
Wei-Jen Wang
2007-11-28