From 4074445cbb45dc6ec132e67b7eac9f32dcfd53de Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 11 Jan 2018 09:04:18 -0500 Subject: Move worker into account tab --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worker/worker.go') diff --git a/worker/worker.go b/worker/worker.go index da7928e..c8ec622 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -9,7 +9,7 @@ import ( ) type Worker interface { - GetMessage() types.WorkerMessage + GetMessages() chan types.WorkerMessage PostAction(types.WorkerMessage) Run() } -- cgit 1.4.1-2-gfad0 et'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/ex2.mu
blob: 148b424e24a87536b44bb0b09a7f958bc1b194f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37