You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2015/07/24 00:53:04 UTC

[jira] [Created] (THRIFT-3259) Warning in TestServer.hs: sleep() should be replaced by Control.Concurrent.threadDelay

Jens Geyer created THRIFT-3259:
----------------------------------

             Summary: Warning in TestServer.hs: sleep() should be replaced by Control.Concurrent.threadDelay
                 Key: THRIFT-3259
                 URL: https://issues.apache.org/jira/browse/THRIFT-3259
             Project: Thrift
          Issue Type: Bug
          Components: Haskell - Library
            Reporter: Jens Geyer
            Priority: Minor


{code}
TestServer.hs:224:5: Warning:
    In the use of `sleep' (imported from System.Posix.Unistd):
    "This function has several shortcomings (see documentation). Please consider using Control.Concurrent.threadDelay instead."
{code}




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