Commit graph

91 commits

Author SHA1 Message Date
Geod24
0fb95b8c27 Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
Ferdinand Majerech
a622ccc2a0 (trivial) (ddoc) more descriptive std.concurrency doc.
`ownerTid`/`childTid` are more descriptive/obvious when reading than just `tid` here.
2014-10-08 15:59:41 +02:00
Geod24
7100047473 Replace enforceEx with enforce where it's possible 2014-08-25 12:18:02 +02:00
Yazan S. Dabain
a81f6200cf [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
k-hara
b391b2ec9f Convert to new alias syntax 2014-02-11 15:27:05 +09:00
Daniel Murphy
a656f26e9e Remove use of automatic adjacent string literal concatenation from phobos 2014-01-20 03:42:21 +11:00
Martin Nowak
a0c7d83443 enforce thisTid was called before calling receive
- Simply calling receive in main as stated by the comment
  makes no sense, as nobody could send a message.
2013-09-30 21:45:13 +02:00
k-hara
87bd3315db fix Issue 10230 - Duplicated buttons for runnable examples 2013-07-16 00:45:48 +09:00
Daniel Murphy
c431176b05 Call thisTid to initialize first thread's message box, bypassing checks against setting thread-local variables from a shared static constructor. 2013-07-01 00:18:28 +10:00
Sean Kelly
429b12b185 fixed receiveTimeout to not wait beyond the specified limit in the event of multiple internal waits 2013-04-30 13:13:20 -07:00
Jonathan M Davis
e09940470d Merge pull request #1176 from jmdavis/deprecated
Remove some undocumented, deprecated functions which are slated for removal.
2013-03-25 03:47:50 -07:00
Alex Rønne Petersen
9cb2065fe6 Merge pull request #1092 from AndrejMitrovic/Fix6224
Issue 6224 - Add ownerTid() property.
2013-03-08 09:53:48 -08:00
jmdavis
8f7f6d69ac Remove some undocumented, deprecated functions which are slated for removal.
These have been deprecated for a while, but there was some balking
(primarily from Andrei IIRC) at actually removing them when they were
slated for removal, so they were instead made undocumented and slated
for removal after yet another 6 months or so. So, now that that time has
passed, here's another attempt to actually remove them.
2013-03-06 22:19:34 -08:00
Andrej Mitrovic
59e894698f Remove Tid.send() duplicated function, as UFCS function can take its place. 2013-01-23 16:53:26 +01:00
Andrej Mitrovic
aaa6854eb7 Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
Andrej Mitrovic
dd9b31ccae Fixes Issue 6224 - Add ownerTid() property. 2013-01-23 00:55:23 +01:00
Andrej Mitrovic
8592a34d4b Fixes Issue 8078 - receiveOnly exceptions should be informative. 2013-01-09 16:32:27 +01:00
SHOO
aa1f8351b9 rename Spawnable to isSpawnable 2012-11-18 18:48:49 +09:00
SHOO
10f1e807b7 replaced tabs to spaces 2012-11-15 23:50:26 +09:00
SHOO
f909a18dca fix Issue 9005 - std.concurrency.spawn should allow void delegate(Args) shared for new Tid
http://d.puremagic.com/issues/show_bug.cgi?id=9005
2012-11-15 23:30:30 +09:00
alexrp
b202180295 Remove all uses of sizediff_t in favor of ptrdiff_t. 2012-10-15 04:24:09 +02:00
jmdavis
14c9a0ae44 Undocumented September deprecations.
The deprecated stuff scheduled for removal in September is now
undocumented and marked (in a normal comment) for removal in March 2013.
2012-09-30 04:15:56 -07:00
jmdavis
d283d5735c Move August removals to September.
Several deprecated items were listed for removal in August, but it's
looking likely that 2.060 will come out in August, and I'd prefer not to
have them removed for 2.060 given how many items are already in the
changelog, and they're already deprecated, so it'll only affect people
compiling with -d either way. So, I'm changing the ddoc comments to say
September instead of August. They'll be removed in 2.061.
2012-07-23 23:11:07 -07:00
nazriel
dc408e6ff4 runnable examples - std.concurrency 2012-07-15 21:50:31 +00:00
alexrp
539134396a Kill some public imports of core.sync.* in std.concurrency. 2012-05-02 04:46:54 +02:00
Daniel Kolesa
d2388cd39a Fix a bug with shadowing declaration in std.concurrency. 2012-03-08 22:51:05 -08:00
k-hara
66e13b2c27 Revert "Revert "Merge pull request #120 from 9rnsr/rvalue-struct-literal""
This reverts commit 8a6bfd2529.
2012-02-21 21:03:01 +09:00
Walter Bright
8a6bfd2529 Revert "Merge pull request #120 from 9rnsr/rvalue-struct-literal"
This reverts commit d780d9df0f, reversing
changes made to c6ae86ca4f.
2012-02-20 19:43:12 -08:00
Walter Bright
d780d9df0f Merge pull request #120 from 9rnsr/rvalue-struct-literal
Supplemental changes of dmd/pull/41
2012-02-20 19:24:39 -08:00
jmdavis
88faac2475 Moved removals of deprecated symbols from July to August.
The release didn't happen in January, so July isn't a 6 month
deprecation period anymore.
2012-02-11 02:48:49 -08:00
Sean Kelly
7be98ef0ac added 'scope' to mbox.get() param list. 2012-02-09 14:12:51 -08:00
k-hara
d3e1992d86 Add overloads for struct literal and construction that now make rvalue. 2012-01-23 23:41:45 +09:00
jmdavis
60a0a1c9e7 Deprecated stuff that was scheduled for deprecation in January 2012. 2012-01-02 22:52:36 -08:00
David Simcha
e8e92f3f99 Merge pull request #362 from klickverbot/receive-function
Issue 7092 - std.concurrency.receive does not accept free functions.
2011-12-18 10:09:20 -08:00
dsimcha
4afe6a5f3b Should be bool. 2011-12-11 13:01:40 -05:00
dsimcha
c487da7087 Use bool instead. 2011-12-11 12:40:44 -05:00
dsimcha
93ccd0cfb3 Improve the documentation for std.concurrency. 2011-12-11 12:07:13 -05:00
David Nadlinger
492eebd571 Issue 7092 - std.concurrency.receive does not accept free functions. 2011-12-10 22:20:31 +01:00
David Nadlinger
e312f9898b Strict @property syntax compliance.
This enables the test suite to build with the -property switch enabled.

std.cpuid: vendor()/processor() have not been converted to properties in accordance to core.cpuid.
std.xml: Element.text() cannot be a property due to the optional parameter.
2011-12-04 09:56:14 +01:00
Sean Kelly
30c5cb3f47 replacing confusing comma expression with block statement 2011-08-03 16:42:02 -07:00
Sean Kelly
55ac8b699f Modified List(T) so the terminal put() operation is responsible for adjusting node count. Tested to still pass unittests. 2011-08-03 15:46:21 -07:00
jmdavis
09b7cf618b Adjusting deprecation dates for a July release. 2011-07-04 01:46:26 -07:00
jmdavis
708f1c16d3 Scheduled the version of receiveTimeout which takes a long for deprecation. 2011-06-26 22:16:45 -07:00
David Nadlinger
3e01490619 Fixed an off-by-one error in mailbox size handling.
The List.put(ref List) overload previously didn't increment m_count for rhs.m_front itself, leading to an underflow of m_count when removing all the messages. I suppose this didn't surface so far because m_count isn't really relevant if no mailbox size limit is set.

Also, I renamed the private put() method to appendNode() to avoid confusion as it is not really an overload semantically.
2011-06-09 16:50:15 +02:00
David Nadlinger
93c41c86a3 Expose a std.concurrency bug by running its unit test with a limited mailbox size. 2011-06-09 16:49:19 +02:00
Sean Kelly
8ae8a6d9f0 added clarifying comment for why a shared static ctor is used for a local variable. 2011-05-05 14:38:18 -07:00
Sean Kelly
628aa3a255 reverting changes that are triggering a compiler failure 2011-05-05 13:23:01 -07:00
Sean Kelly
d0e52a183c 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. 2011-05-04 16:27:14 -07:00
Sean Kelly
f188ca8af4 Added experimental features register(), unregister(), and locate(). 2011-03-18 12:35:26 -07:00
jmdavis
0c8c1af630 Added version of receiveTimout which takes a Duration. 2011-02-18 20:26:43 -08:00