• MorphOS Developer
    jacadcaps
    Posts: 2985 from 2003/3/5
    From: Canada
    PushMethod is actually, rarely safe at all. You cannot safely pass any managed resources (that you'd have to free once the method is processed), because there's no guarantee that the method will actually be invoked. This has been addressed in Slave.mui. Still, all this stuff can only be used between task of one application. You cannot really pushmethod from one application to another.
  • »20.06.16 - 02:20
    Profile Visit Website