mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 244 forks source link

enable partial through unions #48

Closed larat7 closed 6 years ago

larat7 commented 6 years ago

@jonhoo was this what you had in mind?

jonhoo commented 6 years ago

Yes! Looks good, though I think you can now remove the if let that has the comment:

// request came in from reader -- forward

And instead always do the call that's in the else. Do the tests all pass locally for you?