Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlloyTeam/alloy-worker
/ types & classes
Types & classes
57 in github.com/AlloyTeam/alloy-worker
⨍
Functions
107
◇
Types & classes
57
Class
test/unit/worker/index.spec.ts:3
Class
test/unit/worker/common/base-action.spec.ts:5
Class
test/unit/worker/mock/mock-controller.ts:12
Class
test/unit/worker/mock/mock-worker.ts:13
Class
src/plugin/index.js:9
Class
src/worker/worker-status-check.ts:7
Class
src/worker/heart-beat-check.ts:9
Class
src/worker/worker-thread/index.ts:33
Class
src/worker/worker-thread/worker-ability-test.ts:9
Class
src/worker/worker-thread/worker-report.ts:10
Class
src/worker/worker-thread/controller.ts:9
Class
src/worker/worker-thread/cookie.ts:6
Class
src/worker/common/channel-report.ts:5
Class
src/worker/common/base-controller.ts:10
Class
src/worker/common/base-action.ts:6
Class
src/worker/common/channel.ts:9
Class
src/worker/external/report-proxy.ts:8
Class
src/worker/main-thread/index.ts:28
Class
src/worker/main-thread/worker-ability-test.ts:9
Class
src/worker/main-thread/worker-report.ts:10
Class
src/worker/main-thread/controller.ts:10
Class
src/worker/main-thread/cookie.ts:6
Class
Action
test/unit/worker/common/base-action.spec.ts:5
Class
AlloyWorkerPlugin
src/plugin/index.js:9
Class
BaseController
src/worker/common/base-controller.ts:10
Class
Channel
src/worker/common/channel.ts:9
Class
ChannelReport
src/worker/common/channel-report.ts:5
Class
Controller
src/worker/worker-thread/controller.ts:9
Class
Controller
src/worker/main-thread/controller.ts:10
Class
Cookie
src/worker/worker-thread/cookie.ts:6
Class
Cookie
src/worker/main-thread/cookie.ts:6
Enum
CookieActionType
src/worker/common/action-type.ts:None
Interface
Global
src/typings/index.d.ts:23
Class
HeartBeatCheck
src/worker/heart-beat-check.ts:9
Interface
IAlloyWorkerOptions
src/worker/type.ts:5
Interface
IController
src/worker/type.ts:41
Interface
IMainThreadAction
src/worker/main-thread/index.ts:16
Interface
IMessage
src/worker/type.ts:31
Interface
IWorkerThreadAction
src/worker/worker-thread/index.ts:23
Class
MainThreadWorker
test/unit/worker/index.spec.ts:3
Class
MainThreadWorker
src/worker/main-thread/index.ts:28
Enum
MessageType
src/worker/type.ts:None
Class
MockController
test/unit/worker/mock/mock-controller.ts:12
Class
MockWorker
test/unit/worker/mock/mock-worker.ts:13
Class
ReportProxy
src/worker/external/report-proxy.ts:8
Interface
Transfer
src/worker/common/payload-type.ts:39
Interface
Window
src/typings/index.d.ts:12
Class
WorkerAbilityTest
src/worker/worker-thread/worker-ability-test.ts:9
Class
WorkerAbilityTest
src/worker/main-thread/worker-ability-test.ts:9
Enum
WorkerAbilityTestActionType
src/worker/common/action-type.ts:None
Enum
WorkerErrorSource
src/worker/common/report-type.ts:None
Enum
WorkerMonitorId
src/worker/common/report-type.ts:None
Class
WorkerReport
src/worker/worker-thread/worker-report.ts:10
Class
WorkerReport
src/worker/main-thread/worker-report.ts:10
Enum
WorkerReportActionType
src/worker/common/action-type.ts:None
Class
WorkerStatusCheck
src/worker/worker-status-check.ts:7
Class
WorkerThreadWorker
* Worker 线程的 Alloy Worker Class
src/worker/worker-thread/index.ts:33