Closed filmil closed 1 year ago
While we don't use UDataMemory in threaded contexts, our users do.
NonNull explicitly removes Sync and Send, which is good for NonNull but not for us.
NonNull
This will require releasing a bugfix: 4.2.1
While we don't use UDataMemory in threaded contexts, our users do.
NonNull
explicitly removes Sync and Send, which is good forNonNull
but not for us.