Deprecate @adhoc, allow non-nested ad hoc generic types.

This commit is contained in:
Christoffer Lerno
2024-10-08 11:02:10 +02:00
parent 19a96acac8
commit e3ea1d5049
10 changed files with 26 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ fault ThreadPoolResult
def ThreadPoolFn = fn void(any[] args);
struct FixedThreadPool @adhoc
struct FixedThreadPool
{
Mutex mu;
QueueItem[] queue;