Consider making TraitsExecutor.submit
thread-safe
#302
Labels
type: enhancement
New feature or request
TraitsExecutor.submit
thread-safe
#302
Right now
TraitsExecutor.submit
is not thread-safe: it modifies internal state that's not protected by locks. We could potentially makesubmit
thread safe. There are some trade-offs here:I'm still inclined not to make
TraitsExecutor.submit
thread-safe until a need emerges, but it is something that's feasible if we need it.(See also #301)
The text was updated successfully, but these errors were encountered: