This website requires JavaScript.
Explore
Help
Sign In
boost
/
statechart
Watch
2
Star
0
Fork
0
You've already forked statechart
mirror of
https://github.com/boostorg/statechart.git
synced
2026-01-27 07:22:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
1c895d18099d7a5f48e827e72d998f077df2cbca
statechart
/
example
/
BitMachine
History
Andreas Huber
5e59a080a1
GCC makefile
...
[SVN r22532]
2004-03-20 23:08:48 +00:00
..
BitMachine.cpp
- Reworked the worker and the asyncrhnous_state_machine class templates so that state machine objects can dynamically be added and removed and custom workers with priority-queues become possible
2004-02-28 14:05:09 +00:00
BitMachine.dev
- Breaking change: Redesigned the worker<> and asynchronous_state_machine<> class templates and updated documentation accordingly. Event processors can now be added and removed while a worker is running. Moreover, the new design allows for custom workers with non-FIFO queueing schemes
2004-03-03 00:22:21 +00:00
BitMachine.sln
no message
2003-04-17 12:26:26 +00:00
BitMachine.vcproj
- Breaking change: Renamed worker<> to fifo_scheduler<> and updated documentation and examples accordingly
2004-03-13 00:22:23 +00:00
Makefile
GCC makefile
2004-03-20 23:08:48 +00:00
UniqueObject.hpp
- Finished reference documentation
2004-01-11 23:08:54 +00:00
UniqueObjectAllocator.hpp
- Finished reference documentation
2004-01-11 23:08:54 +00:00