Is FLRE thread safe?? #80
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/flre#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
IF I do Following:
...
GFLRE := TFLRE.Create(C_REG_EXP_STRING):
...
Thread 1:
GFLRE.MartchAll(StringDataOFThread1Contect)
Thread 2:
GFLRE.MartchAll(StringDataOFThread2Contect)
So multiple thread would share TFLRE instance but would run it on data in threads own context.
Yes, it should. This is also the reason, why whole the TFLREThreadLocalStorageInstance stuff exists.
If you could, put this on the readme.md, valuable information.
Thanks man!
-Tee-
On Mon, Aug 9, 2021 at 10:41 AM Benjamin Rosseaux @.***>
wrote: