pragmatrix / Mom

MOnadic Machines: F# computation expressions and combinators for deterministic coordination, simulation, and testing of concurrent processes.
1 stars 0 forks source link

Add support for synchronous IInlineRequests #32

Closed pragmatrix closed 4 years ago

pragmatrix commented 4 years ago

This PR adds support for running in-line, synchronous and blocking external service function. These are useful for cases that need to run in an cancellation / finalization handler of a IVR/Mom, which can not be asynchronous.