1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Data.hpp

This commit is contained in:
Sandu Liviu Catalin 2022-09-15 23:03:44 +03:00
parent 42ac0e32b7
commit 475a428366

View File

@ -2146,12 +2146,12 @@ struct SqDataAsyncBuilder
SqDataAsyncBuilder & operator = (SqDataAsyncBuilder && o) = default; SqDataAsyncBuilder & operator = (SqDataAsyncBuilder && o) = default;
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* Create the task with the suplied information and submit it to the worker pool. * Create the task with the supplied information and submit it to the worker pool.
*/ */
void Submit() { Submit_(NullLightObj()); } void Submit() { Submit_(NullLightObj()); }
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* Create the task with the suplied information and submit it to the worker pool. * Create the task with the supplied information and submit it to the worker pool.
*/ */
void Submit_(LightObj & ctx); void Submit_(LightObj & ctx);