10 lines
148 B
YAML
10 lines
148 B
YAML
|
|
---
|
||
|
|
category:
|
||
|
|
- Object oriented
|
||
|
|
from: http://rosettacode.org/wiki/Active_object
|
||
|
|
note: Concurrency
|
||
|
|
requires:
|
||
|
|
- Concurrency
|
||
|
|
- Objects
|
||
|
|
- Mutable State
|