Skip to content

Is FLRE thread safe?? #80

Description

@TommiPrami

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions