We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa9fc3 commit 9dea930Copy full SHA for 9dea930
ouroboros-network-framework/src/Ouroboros/Network/Server/Simple.hs
@@ -33,6 +33,8 @@ import Ouroboros.Network.Snocket as Snocket
33
import Ouroboros.Network.Socket
34
35
36
+-- TODO: should be moved to `ouroboros-network-framework`
37
+-- It is needed in `ekg-forward` and probably wallet too.
38
with :: forall fd addr vNumber vData m a b.
39
( Alternative (STM m),
40
MonadAsync m,
0 commit comments