Closed crackcomm closed 5 months ago
This method is useful for Persistent_connection.
Persistent_connection
I had to resort to let close_finished (conn : t) = Throttle.cleaned (Obj.magic conn), but if you think it's appropriate to extend the API in v6, this function might be a good addition.
let close_finished (conn : t) = Throttle.cleaned (Obj.magic conn)
This method is useful for
Persistent_connection
.I had to resort to
let close_finished (conn : t) = Throttle.cleaned (Obj.magic conn)
, but if you think it's appropriate to extend the API in v6, this function might be a good addition.