mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
scheduler: task.Data made 64bit to avoid overflow
This commit is contained in:
@@ -13,7 +13,7 @@ type Task struct {
|
||||
Ptr unsafe.Pointer
|
||||
|
||||
// Data is a field which can be used for storing state information.
|
||||
Data uint
|
||||
Data uint64
|
||||
|
||||
// state is the underlying running state of the task.
|
||||
state state
|
||||
|
||||
Reference in New Issue
Block a user