Open georgefst opened 3 years ago
We might sometimes want to modify the timeout for a single operation. This may require a withTimeout field for MonadLifx.
withTimeout
MonadLifx
Note that getTimeout is ultimately only used in receiveMessage.
getTimeout
receiveMessage
We might sometimes want to modify the timeout for a single operation. This may require a
withTimeout
field forMonadLifx
.