Skip to content
Success

Changes

Summary

  1. The callback return primitive should return if it could return or not (details)
  2. - The callbacks should run with less priority of the callback queue (details)
Commit 0160caf35e49b709531b54a615da621943e0c7ec by tesonep
The callback return primitive should return if it could return or not
The file was modified plugin/src/callbacks/callbackPrimitives.c (diff)
Commit e6be130a5efc07537f8d549b24ff68690feaea5d by tesonep
- The callbacks should run with less priority of the callback queue
handler, to detect correctly the incoming callbacks and add them to the
invocation stack. - The return callback primitive now returns true or
false if it could return or not, if false, the callback should wait
until other callback returns.
The file was modified src/ThreadedFFI/TFRunner.class.st (diff)
The file was modified src/ThreadedFFI/TFCallbackInvocation.class.st (diff)

Summary

  1. The callback return primitive should return if it could return or not (details)
  2. - The callbacks should run with less priority of the callback queue (details)
Commit 0160caf35e49b709531b54a615da621943e0c7ec by tesonep
The callback return primitive should return if it could return or not
The file was modified plugin/src/callbacks/callbackPrimitives.c (diff)
Commit e6be130a5efc07537f8d549b24ff68690feaea5d by tesonep
- The callbacks should run with less priority of the callback queue
handler, to detect correctly the incoming callbacks and add them to the
invocation stack. - The return callback primitive now returns true or
false if it could return or not, if false, the callback should wait
until other callback returns.
The file was modified src/ThreadedFFI/TFRunner.class.st (diff)
The file was modified src/ThreadedFFI/TFCallbackInvocation.class.st (diff)

Summary

  1. The callback return primitive should return if it could return or not (details)
  2. - The callbacks should run with less priority of the callback queue (details)
Commit 0160caf35e49b709531b54a615da621943e0c7ec by tesonep
The callback return primitive should return if it could return or not
The file was modified plugin/src/callbacks/callbackPrimitives.c (diff)
Commit e6be130a5efc07537f8d549b24ff68690feaea5d by tesonep
- The callbacks should run with less priority of the callback queue
handler, to detect correctly the incoming callbacks and add them to the
invocation stack. - The return callback primitive now returns true or
false if it could return or not, if false, the callback should wait
until other callback returns.
The file was modified src/ThreadedFFI/TFCallbackInvocation.class.st (diff)
The file was modified src/ThreadedFFI/TFRunner.class.st (diff)