Skip to content

feat(ext/file): File ext#94

Merged
load1n9 merged 2 commits intomainfrom
file-ext
Aug 2, 2025
Merged

feat(ext/file): File ext#94
load1n9 merged 2 commits intomainfrom
file-ext

Conversation

@load1n9
Copy link
Member

@load1n9 load1n9 commented Aug 2, 2025

No description provided.

@load1n9 load1n9 merged commit e07c71e into main Aug 2, 2025
4 checks passed
@load1n9 load1n9 deleted the file-ext branch August 2, 2025 04:44
use uuid::Uuid;

// Resource table for managing blob data
static BLOB_STORAGE: std::sync::OnceLock<Arc<Mutex<HashMap<String, BlobData>>>> =
Copy link
Member

Choose a reason for hiding this comment

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

You shouldn't have put this here, but inside the FileExt.

Copy link
Member

Choose a reason for hiding this comment

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

Its an unnecessary double lock.

Copy link
Member

Choose a reason for hiding this comment

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

struct FsExtResources {
files: ResourceTable<File>,
}

Copy link
Member

Choose a reason for hiding this comment

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

#95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants