unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Redoing conditional thread support
@ 2002-10-10 14:51 Marius Vollmer
  2002-10-11 21:37 ` Neil Jerram
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marius Vollmer @ 2002-10-10 14:51 UTC (permalink / raw)


Hi,

I'm about to reorganize our conditional threading stuff so that there
is always a thread API (scm_current_thread, scm_call_with_new_thread,
mutices, condition variables, etc), but when you configure
"--without-threads" you get a null-thread implementation that doesn't
allow the creation of new threads.  Thus there will always be only a
single thread.

This should make it easier to write code that is thread aware but
doesn't require threads, like the thread-aware sigaction function.

Objections?


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-10-15 18:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-10 14:51 Redoing conditional thread support Marius Vollmer
2002-10-11 21:37 ` Neil Jerram
2002-10-11 22:49   ` Marius Vollmer
2002-10-12 19:38     ` Neil Jerram
2002-10-15  4:35 ` Christopher Cramer
2002-10-15 10:43   ` Marius Vollmer
2002-10-15 13:00 ` Mikael Djurfeldt
2002-10-15 18:28   ` Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).