[Prev][Next][Index][Thread]

Re: Concurrency



In article <8qg34r$h00$1@news.cowan.edu.au>,
  "Daniel Butun" <dabutun@iinet.net.au> wrote:
> Finally does Dylan support concurrency at all (Kind of a pre requisite
for
> the dining philosophers). And how is it implemented.

Functional Developer has full support for threads.  See this page for
documentation.

http://www.functionalobjects.com/products/doc/core/core_112.htm#HEADING1
12-0

Threads in Function Developer are quite easy to use.  I assume that they
are mapped onto native Win32 threads and locking entities.

Gwydion Dylan's mindy (aDylan bytecode compiler and interpreter)
supports threads, but Gwydion Dylan's d2c does not support threads yet.


Sent via Deja.com http://www.deja.com/
Before you buy.



Follow-Ups: References: