File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,6 @@ void CSharpResourceImpl::OnRemoveBaseObject(alt::IBaseObject* object) {
293293
294294void CSharpResourceImpl::OnTick () {
295295 OnTickDelegate ();
296- // TODO: call here libuv uv_run(loop, UV_RUN_ONCE)
297- // TODO: generate via a macro async function for each exported function that gets executed on main thread via uv_async_send
298- // TODO: but we need to verify somehow that the entity didn't got deleted in the time, maybe create a set where we add valid entity pointers
299- // TODO: and remove the pointers when entity got removed
300- // TODO: and check in execute if the entity is still in set
301- // TODO: set doesnt needs to be threadsafe, but needs to be a hashset for O(1)
302296}
303297
304298void CSharpResource_Reload (CSharpResourceImpl* resource) {
You can’t perform that action at this time.
0 commit comments