BLS Wrote: > > Would it makes sense to use the std.concurrency message passing system > for OO patterns that require message passing ? I think so. It's certainly safer than the traditional callback method, and seems best to standardize on one form of notification if at all practical to do so.