mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Deprecate @adhoc, allow non-nested ad hoc generic types.
This commit is contained in:
@@ -10,7 +10,7 @@ fault ThreadPoolResult
|
||||
|
||||
def ThreadPoolFn = fn void(any[] args);
|
||||
|
||||
struct FixedThreadPool @adhoc
|
||||
struct FixedThreadPool
|
||||
{
|
||||
Mutex mu;
|
||||
QueueItem[] queue;
|
||||
|
||||
Reference in New Issue
Block a user