Get concurrency contrib code working with 0.80 changes.
parent
b071adbc25
commit
05d800ed28
|
@ -23,8 +23,8 @@
|
||||||
!
|
!
|
||||||
! Examples of using the concurrency library.
|
! Examples of using the concurrency library.
|
||||||
IN: concurrency-examples
|
IN: concurrency-examples
|
||||||
USING: concurrency dlists errors gadgets-theme io kernel lists
|
USING: concurrency dlists errors gadgets-theme gadgets-panes io kernel lists
|
||||||
math namespaces opengl prettyprint sequences threads unparser ;
|
math namespaces opengl prettyprint sequences threads ;
|
||||||
|
|
||||||
: (logger) ( mailbox -- )
|
: (logger) ( mailbox -- )
|
||||||
#! Using the given mailbox, start a thread which
|
#! Using the given mailbox, start a thread which
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
! Concurrency library for Factor based on Erlang/Termite style
|
! Concurrency library for Factor based on Erlang/Termite style
|
||||||
! concurrency.
|
! concurrency.
|
||||||
USING: kernel lists generic threads io namespaces errors words
|
USING: kernel lists generic threads io namespaces errors words
|
||||||
math sequences hashtables unparser strings vectors dlists ;
|
math sequences hashtables strings vectors dlists ;
|
||||||
IN: concurrency
|
IN: concurrency
|
||||||
|
|
||||||
#! Debug
|
#! Debug
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
USE: kernel
|
USE: kernel
|
||||||
USE: httpd
|
|
||||||
USE: threads
|
USE: threads
|
||||||
USE: prettyprint
|
USE: prettyprint
|
||||||
USE: errors
|
USE: errors
|
||||||
|
@ -13,5 +12,3 @@ USE: parser
|
||||||
: c "concurrency-tests.factor" run-file ;
|
: c "concurrency-tests.factor" run-file ;
|
||||||
a
|
a
|
||||||
b
|
b
|
||||||
USE: concurrency
|
|
||||||
USE: concurreny-examples
|
|
Loading…
Reference in New Issue