linux: shared memory interface - link with librt
[supercollider.git] / HelpSource / Classes / Proutine.schelp
blob769bb69bc6d72659508b7a4a568c13b22141f5b2
1 class:: Proutine
2 summary:: pattern that embeds a routine function
3 related:: Classes/Prout, Classes/Routine
4 categories:: Streams-Patterns-Events>Patterns>Function
6 description::
8 Proutine is similar to link::Classes/Prout::, it only simply embeds the function instead of creating a separate routine. This can be more efficient when used within other patterns.
10 ClassMethods::
12 method::new
13 embeds the routine function.
15 argument::func
16 routine function.