[armedbear-devel] [PATCH] Support for SYNCHRONIZED blocks (and company)

Erik Huelsmann ehuels at gmail.com
Wed Jul 8 21:50:08 UTC 2009


The patch...

On Wed, Jul 8, 2009 at 11:49 PM, Erik Huelsmann<ehuels at gmail.com> wrote:
> Based on discussion earlier this week, I'd like the following patch to
> get committed to our trunk.
>
> It introduces a new block statement
>
>  SYNCHRONIZED-ON <object>
>    body
>
>
> and next to that a number of functions:
>
>  object-wait <object> &optional timeout
>  object-notify <object>
>  object-notify-all <object>
>
>
> So, what's the verdict?
>
> Anyway, I plan on including some simple test cases, but ofcourse, if
> someone feels like doing so, please feel free!
>
> Bye,
>
> Erik.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SYNCHRONIZED-ON.patch
Type: application/octet-stream
Size: 13814 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20090708/517b06df/attachment.obj>


More information about the armedbear-devel mailing list