You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2016/04/04 22:13:25 UTC

[jira] [Created] (MESOS-5111) Update `network::connect` to use the typed error state of `Try`.

Michael Park created MESOS-5111:
-----------------------------------

             Summary: Update `network::connect` to use the typed error state of `Try`.
                 Key: MESOS-5111
                 URL: https://issues.apache.org/jira/browse/MESOS-5111
             Project: Mesos
          Issue Type: Task
          Components: libprocess
            Reporter: Michael Park
            Assignee: Michael Park


{{network::connect}} function returns a {{Try<int>}} currently and the caller is required to inspect the state of {{errno}} out-of-band. {{network::connect}} should really return something like a {{Try<int, ErrnoError>}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)