Step to run loop in gst

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Step to run loop in gst

Mathieu Suen-2
Hi,

For those who want to play with non blocking run loop I have pushed in my
repository the ability override the idle function within a module.

On the gst proxy you have a new method setSigsuspend(PTR func) that let you
define your own suspend function.

When gst call your method it assume to be thread safe. This mean that you have
to do the necessary in other not to enter in the vm twice at the same time.

Commit revision is:
5f3b63a
509e739
at  git://github.com/mathk/smalltalk.git

Questions and comments are more then welcome.

--
Mathieu

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk