Reduce duplication in orx build scripts. (#240)
Co-authored-by: hamoid <abe@hamoid.com>
This commit is contained in:
@@ -84,6 +84,7 @@ class ComputeGraph {
|
||||
*
|
||||
* Eventually we likely want to separate compute-graph definitions from the compute-graph processor.
|
||||
*/
|
||||
@OptIn(DelicateCoroutinesApi::class)
|
||||
fun dispatch(context: CoroutineDispatcher, delayBeforeCompute: Long = 500) {
|
||||
var firstRodeo = true
|
||||
GlobalScope.launch(context, CoroutineStart.DEFAULT) {
|
||||
|
||||
Reference in New Issue
Block a user