guile-user
[Top][All Lists]
Advanced

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

Re: ice-9 format weirdness


From: Marius Vollmer
Subject: Re: ice-9 format weirdness
Date: 27 Jul 2003 17:20:26 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Tatu Tarvainen <address@hidden> writes:

> Is there a way to use format in multithreaded apps or do I have to stick
> with simple format?

If you can use simple-format, stick to that.  Otherwise, you need to
wrap format with a mutex since it is not implemented in a thread-safe
way.

Of course, we need to eventually fix format to be thread-safe, and
speaking of this, we should probably just wrap it in a mutex in the
Guile sources...

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]