mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
fix Done func name in handler.go
This commit is contained in:
parent
fc07f1d66e
commit
379d0120a9
@ -34,6 +34,6 @@ func Ready() {
|
|||||||
panic("Ready is not supported in non-JS environments")
|
panic("Ready is not supported in non-JS environments")
|
||||||
}
|
}
|
||||||
|
|
||||||
func WaitForCompletion() {
|
func Done() <-chan struct{} {
|
||||||
panic("WaitForCompletion is not supported in non-JS environments")
|
panic("Done is not supported in non-JS environments")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user