next up previous contents
Next: Writing Your First SALSA Up: Writing Concurrent Programs Previous: First-class continuations   Contents

I/O Actor Access

SALSA provides three kinds of I/O actors to support asynchronous I/O accesses. One of them is an input service (standardInput), and two are output services (standardOutput and standardError). Since they are actors, only asynchronous accesses are possible.

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: Writing Your First SALSA Up: Writing Concurrent Programs Previous: First-class continuations   Contents
Wei-Jen Wang 2006-10-14