Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,16 @@ See deliverables.

- S1. The exposed C library can be used in Logos Core; on Linux, Mac and Windows.

- +1. `logos-messaging-nim` repository uses `nim-ffi`.
- +1. `logos-messaging-nim` repository uses `nim-ffi`.

### Allow graceful shutdown on nim-chronos

**Owner**: Nim Messaging Team

**FURPS**:

- R1. nim-chronos does not leak any file descriptor or resource on thread shutdown while main process is alive.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add those FURPS to a file in /furps folder too.


- S1. nim-chronos gracefully shuts down threads on Linux, Mac and Windows.
- S2. [nim-sds](https://github.com/logos-messaging/nim-sds/) does not leak resources when reliability manager is destroyed in libsds.
- S3. [logos-messaging-nim](https://github.com/logos-messaging/logos-messaging-nim) does not leak resources when lmn instance is destroyed.