Doug Coleman
|
ca83b988aa
|
concurrency.count-downs: Rename count-down tuple.
|
2013-03-23 16:41:58 -07:00 |
John Benediktsson
|
780f57d3dc
|
fix some docs to have string article names.
|
2012-07-31 14:41:32 -07:00 |
John Benediktsson
|
e654e4afd9
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
Slava Pestov
|
4629f6c274
|
concurrency.mailboxes: linked-thread's error reporting should still work even when debugger.threads is not loaded. This addresses part of #95
|
2011-10-03 00:24:37 -07:00 |
John Benediktsson
|
248b0df6fc
|
Spelling fixes to documentation.
|
2011-08-26 16:20:31 -07:00 |
Keita Haga
|
2c324b14df
|
In several documentation, remove whitespace before or after the colon or period
|
2011-02-10 01:51:13 +09:00 |
Keita Haga
|
764f12d0be
|
concurrency.combinators: fix typo in docs
|
2010-12-23 04:26:34 +09:00 |
Keita Haga
|
3015d4d7cf
|
concurrency.messaging: documentation typo fix and remove trailing whitespace
|
2010-12-05 06:03:15 +09:00 |
Keita Haga
|
a4b3a3173b
|
concurrency.locks: fix typo in docs
|
2010-11-14 17:11:17 +09:00 |
Slava Pestov
|
ad1e0e50bd
|
concurrency.count-downs: remove unused dependency on debugger vocab
|
2010-10-31 22:49:50 -05:00 |
Slava Pestov
|
78b4c9b3c4
|
concurrency.mailboxes: break dependency on debugger vocab by creating concurrency.mailboxes.debugger
|
2010-10-31 22:47:34 -05:00 |
Doug Coleman
|
b7c225116b
|
Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port. Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation. Update lots of code related to the URL change.
|
2010-10-05 09:56:29 -05:00 |
Doug Coleman
|
27f9f3a8f3
|
Squashed commit of the following:
commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:10:15 2010 -0500
Fix typo
commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:08:30 2010 -0500
Rename io.servers.connection to io.servers
|
2010-09-27 19:12:33 -05:00 |
Doug Coleman
|
5cc7ac4e9b
|
Fix docs errors for threaded-server changes
|
2010-09-20 14:17:27 -05:00 |
Doug Coleman
|
ecd856ceac
|
Use new threaded-server features in concurrency.distributed
|
2010-09-19 21:39:14 -05:00 |
Doug Coleman
|
c01ef3dd18
|
Squashed commit of the following:
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 11 14:32:30 2010 -0500
Squash threaded-server branch
|
2010-09-19 13:38:02 -05:00 |
Slava Pestov
|
c280272920
|
concurrency.semaphores: add more compelling example to docs"
|
2010-08-20 19:28:20 -07:00 |
Doug Coleman
|
e03a5b038e
|
Rename alarms -> timers
|
2010-06-10 16:39:13 -05:00 |
Doug Coleman
|
179acf5ea6
|
Update code base for new alarms api
|
2010-05-21 20:42:12 -05:00 |
Slava Pestov
|
e0648bf767
|
Some minor pointless optimizations
|
2010-04-01 20:09:14 -04:00 |
Slava Pestov
|
8b49344a37
|
concurrency.distributed: fix for removal of 'thread' word
|
2010-03-30 01:17:39 -04:00 |
Slava Pestov
|
910b7527c9
|
threads: simplify 'suspend' combinator
|
2010-03-28 08:29:53 -04:00 |
Joe Groff
|
dd825806da
|
more help-lint
|
2010-03-09 21:02:43 -08:00 |
Joe Groff
|
d4a0a69eb1
|
generalize stack effects so we can bootstrap with the stricter stack effect checking
|
2010-03-08 23:38:10 -08:00 |
Erik Charlebois
|
13b31b0867
|
Merge up
|
2010-02-20 00:24:37 -08:00 |
Slava Pestov
|
f2c8a4b150
|
concurrency.promises: fix formatting
|
2010-02-19 21:45:50 +13:00 |
Slava Pestov
|
2b81319a88
|
concurrency.mailboxes: mailboxes should not be disposable, since futures and promises use them in a transient fashion, causing leaks
|
2010-02-19 21:45:43 +13:00 |
erikc
|
4506512a16
|
Merge up
|
2010-01-30 20:39:43 -08:00 |
Doug Coleman
|
8ae200d419
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
Doug Coleman
|
7521807b55
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06:00 |
Slava Pestov
|
880fb747fc
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Slava Pestov
|
08b6ebc7fa
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Doug Coleman
|
a2a056e41e
|
add-init-hook -> add-startup-hook
|
2009-11-30 17:36:03 -06:00 |
Slava Pestov
|
65ccd89232
|
concurrency.distributed: fix unit tests
|
2009-10-30 02:59:54 -05:00 |
Chris Double
|
822cf9c2bf
|
Rename distributed process registry stuff to remote-thread
|
2009-10-29 18:39:25 +13:00 |
Chris Double
|
16be01900e
|
Move distributed concurrency specific stuff from messaging to distributed
|
2009-10-29 18:02:07 +13:00 |
Chris Double
|
f2169afb89
|
Add example of usage to concurrency.distributed help
|
2009-10-29 16:18:28 +13:00 |
Joe Groff
|
c6761710a6
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Slava Pestov
|
34d3d4962a
|
change-each -> map!, deep-change-each -> deep-map!
|
2009-10-27 22:32:56 -05:00 |
Joe Groff
|
8b6665c57e
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Doug Coleman
|
aabaccff5e
|
fix a bunch of typos in docs
|
2009-10-21 17:40:43 -05:00 |
Keith Lazuka
|
8f79ea91ba
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Slava Pestov
|
50641a5059
|
Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems
|
2009-08-24 02:26:13 -05:00 |
Doug Coleman
|
d1ce837569
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
8b2e7b72db
|
change threaded-server and managed-server to take an encoding
|
2009-05-30 19:15:53 -05:00 |
Slava Pestov
|
ba04d5af1e
|
Update documentation for stricter vocabulary search path semantics
|
2009-05-16 00:29:21 -05:00 |
Slava Pestov
|
d7db5edadc
|
Cleaning up USING: lists for new strict semantics
|
2009-05-14 16:54:16 -05:00 |
Doug Coleman
|
364ea217ef
|
fix more compiler errors
|
2009-04-17 14:44:08 -05:00 |
Slava Pestov
|
c0874e64cc
|
Documentation updates
|
2009-04-15 18:19:35 -05:00 |
Slava Pestov
|
1023fa51f4
|
Fix mailbox-get-all, and make mailbox timeouts throw a wait-timeout error instead of a string
|
2009-04-04 23:04:53 -05:00 |