flow icon indicating copy to clipboard operation
flow copied to clipboard

Event processing example

Open andrewdavidmackenzie opened this issue 4 years ago • 1 comments

Some example that waits for an external event, processes it and then outputs a new one.

Need some generic way of extending the I/O with a declaration of external sources?

Or just a library that provides an impure function to interface with external system?

e.g. a Named pipe could be a simple example, and echo into it from another process.

Read File function should be able to do that, if it would block on reading...

andrewdavidmackenzie avatar Apr 29 '20 16:04 andrewdavidmackenzie

Add as an example that is not tested in CI. Maybe test it compiles though

andrewdavidmackenzie avatar Mar 17 '23 17:03 andrewdavidmackenzie