Skip to content

[Deliverable] Allow graceful shutdown on nim-chronos #371

@chair28980

Description

@chair28980

Summary

The current nim-chronos design assumes some resources, such as selector file descriptors in unix-like systems, are freed only when the process ends. This is not the case for nim-ffi where any library may eventually need to start/stop several instances of the library within the whole process lifetime.

The issue was detected while testing nim-sds within status-go tests. See the sub-issue.

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions