some prep work to towards having a server accept a request
This commit is contained in:
parent
373d170c3f
commit
cd3d728083
2 changed files with 12 additions and 4 deletions
|
@ -102,7 +102,7 @@ interface (BusClient :: # -> *) inFlightTransactions =
|
|||
-- received from `consumeRequest`, ensuring the response is correctly
|
||||
-- associated with the original request.
|
||||
interface (BusServer :: # -> # -> *) inFlightTransactions numClients =
|
||||
consumeRequest :: ActionValue (MkTagType inFlightTransactions, BusRequest)
|
||||
consumeRequest :: ActionValue (TaggedBusRequest inFlightTransactions)
|
||||
submitResponse :: ( MkClientTagType numClients,
|
||||
TaggedBusResponse inFlightTransactions
|
||||
) -> Action
|
||||
|
|
Reference in a new issue