Any plans to make .Dispose() Burstable?

Any plans to make .Dispose() Burstable? So, that it can be called from an ISystem.

Tagging @aron_granberg on this one for you :+1:

There are no plans for this right now. However, you can use commandBuilder.DisposeAfter(job handle) to automatically call dispose after your burst job has finished.

See Drawing from a Job/ECS - ALINE