MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DEFAULT_STOP_OPTIONS

Method DEFAULT_STOP_OPTIONS

include/process/http.hpp:1092–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090 };
1091
1092 static StopOptions DEFAULT_STOP_OPTIONS()
1093 {
1094 return {
1095 /* .grace_period = */ Seconds(0),
1096 };
1097 };
1098
1099 static Try<Server> create(
1100 network::Socket socket,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected