We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to pipeline requests to xenstore to avoid excess ping/pong RPCs. At the moment the interface is monadic and essentially serial:
write foo bar >>= fun () -> write foo' bar' >>= fun () ->
Perhaps we could make something more in an applicative style (like Cmdliner?)
The text was updated successfully, but these errors were encountered:
would be great to have an haxl-like applicative interface! The use it to batch sql requests.
Sorry, something went wrong.
Aha, thanks for the reference!
On Sat, Nov 1, 2014 at 10:37 PM, Thomas Gazagnaire <[email protected]
wrote: would be great to have an haxl https://github.com/facebook/Haxl-like applicative interface! The use it to batch sql requests. — Reply to this email directly or view it on GitHub #8 (comment).
wrote:
would be great to have an haxl https://github.com/facebook/Haxl-like applicative interface! The use it to batch sql requests.
— Reply to this email directly or view it on GitHub #8 (comment).
Dave Scott
No branches or pull requests
We would like to pipeline requests to xenstore to avoid excess ping/pong RPCs. At the moment the interface is monadic and essentially serial:
Perhaps we could make something more in an applicative style (like Cmdliner?)
The text was updated successfully, but these errors were encountered: