dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.37k stars 189 forks source link

[Green-Threads] Is Green-Threads feature still active? #2301

Open ForkBug opened 1 year ago

ForkBug commented 1 year ago

Is Green-Threads feature still active, or dead?

OS will set some resources, or impose some restrictions(like UI, tls, mutex, etc.), at the thread level. Coroutines have to deal with this.

How does Green-Threads handle this problem?

NCLnclNCL commented 10 months ago

Tính năng Green-Threads vẫn hoạt động hay đã chết?

HĐH sẽ đặt một số tài nguyên hoặc áp đặt một số hạn chế (như UI, tls, mutex, v.v.) ở cấp luồng. Coroutine phải giải quyết vấn đề này.

Green-Threads xử lý vấn đề này như thế nào?

Yes