ebiten/internal/shareable
Hajime Hoshi 9d867850dc shareable: Rename Dispose -> MarkDisposed
Before this change, it was not clear that shareable's Dispose can
be called from finalizers since finalizers must not be blocked by
a mutex. Actually Dispose could be locked and must not be called
from finalizers.

This change renames the function to avoid confusion of the API,
and make the function available from finalizers.
2019-09-21 20:05:21 +09:00
..
export_test.go shareable: Fix tests 2019-09-21 03:58:50 +09:00
image_test.go shareable: Rename Dispose -> MarkDisposed 2019-09-21 20:05:21 +09:00
image.go shareable: Rename Dispose -> MarkDisposed 2019-09-21 20:05:21 +09:00