[phobos] [D-Programming-Language/phobos] d0e52a: receive() now works even if thisTid() has never be...

noreply at github.com noreply at github.com
Wed May 4 16:27:36 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/phobos

Commit: d0e52a183c6f37f4d6041465c7f68fa00bd48d81
    https://github.com/D-Programming-Language/phobos/commit/d0e52a183c6f37f4d6041465c7f68fa00bd48d81
Author: Sean Kelly <sean at invisibleduck.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M std/concurrency.d

Log Message:
-----------
receive() now works even if thisTid() has never been called within the main thread.  also applied use of Duration throughout the receiveTimeout code, since core.sync uses Duration as its native time representation internally as well.


Commit: 993352d93a263a95bf1feaeae9a1fa9aad94b594
    https://github.com/D-Programming-Language/phobos/commit/993352d93a263a95bf1feaeae9a1fa9aad94b594
Author: Sean Kelly <sean at invisibleduck.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M changelog.dd
  M index.d
  M posix.mak
  M std/algorithm.d
  M std/array.d
  M std/bitmanip.d
  M std/c/windows/winsock.d
  M std/complex.d
  M std/container.d
  M std/datetime.d
  M std/file.d
  M std/internal/math/biguintcore.d
  M std/intrinsic.d
  M std/numeric.d
  A std/parallelism.d
  M std/range.d
  M std/regex.d
  M std/stdio.d
  M std/stream.d
  M std/typecons.d
  M std/zip.d
  M unittest.d
  M win32.mak

Log Message:
-----------
Merge branch 'master' of github.com:D-Programming-Language/phobos


Compare: https://github.com/D-Programming-Language/phobos/compare/8b2ff4c...993352d


More information about the phobos mailing list