JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
582 stars 34 forks source link

Support externally created threads #388

Open eupp opened 1 month ago

eupp commented 1 month ago

Currently Lincheck does not track events from externally created threads (i.e. threads outside of the scenario, created even before the Lincheck test started). Because of this Lincheck cannot test code that uses things like Executors API from Java.

We need to implement required functionality.

eupp commented 1 month ago

Should be done after #387