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

Class CreateOptions

include/process/http.hpp:1063–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 // to use aggregate initialization, thus we introduce and use
1062 // `DEFAULT_CREATE_OPTIONS` for the default parameter of `create`.
1063 struct CreateOptions
1064 {
1065 Scheme scheme;
1066 size_t backlog;
1067 };
1068
1069 static CreateOptions DEFAULT_CREATE_OPTIONS()
1070 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected