[orx-envelopes] Add trigger id and object functions
This commit is contained in:
5
orx-envelopes/src/jsMain/kotlin/MPPSynchronize.kt
Normal file
5
orx-envelopes/src/jsMain/kotlin/MPPSynchronize.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
package org.openrndr.extra.envelopes
|
||||
|
||||
actual fun <V> mppSynchronized(lock: Any, f: () -> V): V {
|
||||
return f()
|
||||
}
|
||||
Reference in New Issue
Block a user