|
|
-
x
:
SocketOp<'a>
-
f
:
'a -> SocketOp<'b>
-
Returns:
SocketOp<'b>
|
|
|
-
v
:
SocketOp<unit>
-
f
:
unit -> SocketOp<'a>
-
Returns:
SocketOp<'a>
|
|
|
-
f
:
unit -> SocketOp<'a>
-
Returns:
unit -> SocketOp<'a>
|
|
|
-
sequence
:
'a seq
-
body
:
'a -> SocketOp<unit>
-
Returns:
ValueTask<Result<unit, Error>>
|
|
|
-
x
:
'a
-
Returns:
SocketOp<'a>
|
|
|
-
x
:
SocketOp<'a>
-
Returns:
SocketOp<'a>
|
|
|
-
f
:
unit -> SocketOp<'a>
-
Returns:
SocketOp<'a>
|
|
|
-
body
:
unit -> SocketOp<'a>
-
compensation
:
unit -> unit
-
Returns:
SocketOp<'a>
|
|
|
-
body
:
unit -> SocketOp<'a>
-
handler
:
exn -> SocketOp<'a>
-
Returns:
SocketOp<'a>
|
|
|
-
disposable
:
'a
-
body
:
'a -> SocketOp<'b>
-
Returns:
SocketOp<'b>
|
|
|
-
guard
:
unit -> bool
-
body
:
unit -> SocketOp<unit>
-
Returns:
SocketOp<unit>
|
|
|
-
Returns:
SocketOp<unit>
|