Closed Frixoe closed 1 month ago
The previous implementation in the PR #51 was logging an output alerting that creating a new runtime within an existing runtime is not recommended.
This PR fixes that by allowing the thread to exit without blocking on them.
The implementation has been tested.
@lmlmt Do let me know if this is satisfactory. #51 did the same but with the extra warning.
The previous implementation in the PR #51 was logging an output alerting that creating a new runtime within an existing runtime is not recommended.
This PR fixes that by allowing the thread to exit without blocking on them.
The implementation has been tested.